Color Hex Logo

#ca693c Color Hex

#CA693C
(202,105,60)
0 Favorites   0 Comments

Color spaces of #ca693c

RGB 20210560
HSL0.050.570.51
HSV19°70°79°
CMYK 0.000.480.70   0.21
XYZ30.224322.98607.1187
Yxy22.98600.50100.3810
Hunter Lab47.943728.627124.7572
CIE-Lab55.057934.994741.9430

#ca693c color RGB value is (202,105,60).

#ca693c hex color red value is 202, green value is 105 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ca693c hue: 0.05 , saturation: 0.57 and the lightness value of ca693c is 0.51.

The process color (four color CMYK) of #ca693c color hex is 0.00, 0.48, 0.70, 0.21. Web safe color of #ca693c is #cc6633. Color #ca693c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 00111100
Octal 312 151 74
Decimal 202 105 60
Hex CA 69 3C

RGB Percentages of Color #ca693c

%55.04
%28.61
%16.35

CMYK Percentages of Color #ca693c

%0
%48
%70
%21

Triadic Colors of #ca693c

#ca693c #3cca69 #693cca

Analogous Colors of #ca693c

#ca693c #cab03c #ca3c56

Monochromatic Colors of #ca693c

#ca693c

Complementary Color

#ca693c #3c9dca

#ca693c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca693c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca693c Color CSS Codes

.mybgcolor {background-color:#ca693c; } 
.myforecolor {color:#ca693c; }
.mybordercolor {border:3px solid #ca693c; }

#ca693c Text Font Color

<p style="color:#ca693c">Text here</p>

This sample text font color is #ca693c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ca693c Background Color

<div style="background-color:#ca693c">
Div content here</div>

This div background color is #ca693c


#ca693c Border Color

<div style="border:3px solid #ca693c">
Div here</div>

This div border color is #ca693c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,105,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca693c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca693c;
  -webkit-box-shadow: 1px 1px 3px 2px #ca693c;
  box-shadow:         1px 1px 3px 2px #ca693c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,105,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca693c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ca693c;
  -webkit-box-shadow: 1px 1px 3px 2px #ca693c;
  box-shadow:         1px 1px 3px 2px #ca693c;">
Div content here</div>

This div box has shadow with color #ca693c


Comments

No comments written yet.

Please login to write comment.