#CAC68E

Color #CAC68E Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CAC68E

Tints of Winter Hazel #CAC68E

Color information

#CAC68E (or 0xCAC68E) is unknown color: approx Winter Hazel. HEX triplet: CA, C6 and 8E. RGB value is (202,198,142). Sum of RGB (Red+Green+Blue) = 202+198+142=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC68E is #353971. Grayscale: #C1C1C1. Windows color (decimal): -3488114 or 9357002. OLE color: 9357002.

HSL color Cylindrical-coordinate representation of color #CAC68E: hue angle of 56º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAC68E is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202198142-
CMYK00.020.300.21
HSL56º36.14%67.45%-
HSV(B)56º29.7%79.22%-
XYZ49.4354.933.58-
YUV192.8199.33134.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 198 (77.73% from 255) = 36.53%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=37.27%
G=36.53%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219814200.020.300.215636.1467.45
HexCAC68E021E15382443
Octal3123062160236257044103
Binary11001010110001101000111001011110101011110001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC68E; }

 p { color: rgb(202,198,142); }

 H1.HeaderClassName
 {
   color: #CAC68E;
 }
 .AnyTagClassName
 {
   color: #CAC68E;
 }
</style>
background-color css

<style>
 a { background-color: #CAC68E; }

 a { background-color: rgb(202,198,142); }

 div.DivClassName
 {
   background-color: #CAC68E;
 }
 .BgClassName
 {
   background-color: #CAC68E;
 }
</style>
border-color css

<style>
 span { border-color: #CAC68E; }

 span { border-color: rgb(202,198,142); }

 td.TdClassName
 {
   border-color: #CAC68E;
 }
 .TagClassName
 {
   border-color: #CAC68E;
 }
</style>