Color Hex Logo

#ca694c Color Hex

#CA694C
(202,105,76)
0 Favorites   0 Comments

Color spaces of #ca694c

RGB 20210576
HSL0.040.540.55
HSV14°62°79°
CMYK 0.000.480.62   0.21
XYZ30.713223.18159.6932
Yxy23.18150.48300.3646
Hunter Lab48.147229.608021.7665
CIE-Lab55.258835.959133.5571

#ca694c color RGB value is (202,105,76).

#ca694c hex color red value is 202, green value is 105 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ca694c hue: 0.04 , saturation: 0.54 and the lightness value of ca694c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 01001100
Octal 312 151 114
Decimal 202 105 76
Hex CA 69 4C

RGB Percentages of Color #ca694c

%52.74
%27.42
%19.84

CMYK Percentages of Color #ca694c

%0
%48
%62
%21

Triadic Colors of #ca694c

#ca694c #4cca69 #694cca

Analogous Colors of #ca694c

#ca694c #caa84c #ca4c6e

Monochromatic Colors of #ca694c

#ca694c

Complementary Color

#ca694c #4cadca

#ca694c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca694c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca694c Color CSS Codes

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

#ca694c Text Font Color

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

This sample text font color is #ca694c
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.


#ca694c Background Color

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

This div background color is #ca694c


#ca694c Border Color

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

This div border color is #ca694c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca694c


Comments

No comments written yet.

Please login to write comment.