#CAC07F

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

Shades of Winter Hazel #CAC07F

Tints of Winter Hazel #CAC07F

Color information

#CAC07F (or 0xCAC07F) is unknown color: approx Winter Hazel. HEX triplet: CA, C0 and 7F. RGB value is (202,192,127). Sum of RGB (Red+Green+Blue) = 202+192+127=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC07F is #353F80. Grayscale: #BBBBBB. Windows color (decimal): -3489665 or 8372426. OLE color: 8372426.

HSL color Cylindrical-coordinate representation of color #CAC07F: hue angle of 52º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAC07F is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202192127-
CMYK00.050.370.21
HSL52º41.44%64.51%-
HSV(B)52º37.13%79.22%-
XYZ47.0451.7927.6-
YUV187.5893.81138.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 127 (50% from 255) = 24.38%
R=38.77%
G=36.85%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219212700.050.370.215241.4464.51
HexCAC07F052515342941
Octal3123001770545256451101
Binary110010101100000011111110101100101101011101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC07F; }

 p { color: rgb(202,192,127); }

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

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

 a { background-color: rgb(202,192,127); }

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

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

 span { border-color: rgb(202,192,127); }

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