#CAC07D

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

Shades of Winter Hazel #CAC07D

Tints of Winter Hazel #CAC07D

Color information

#CAC07D (or 0xCAC07D) is unknown color: approx Winter Hazel. HEX triplet: CA, C0 and 7D. RGB value is (202,192,125). Sum of RGB (Red+Green+Blue) = 202+192+125=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC07D is #353F82. Grayscale: #BBBBBB. Windows color (decimal): -3489667 or 8241354. OLE color: 8241354.

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

Color convert

RGB202192125-
CMYK00.050.380.21
HSL52.21º42.08%64.12%-
HSV(B)52.21º38.12%79.22%-
XYZ46.9151.7426.92-
YUV187.3592.81138.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 192 (75.39% from 255) = 36.99%
BLUE value IS 125 (49.22% from 255) = 24.08%
R=38.92%
G=36.99%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219212500.050.380.2152.2142.0864.12
HexCAC07D052615342a40
Octal3123001750546256452100
Binary110010101100000011111010101100110101011101001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC07D; }

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

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

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

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

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

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

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

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