#CAC07B

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

Shades of Winter Hazel #CAC07B

Tints of Winter Hazel #CAC07B

Color information

#CAC07B (or 0xCAC07B) is unknown color: approx Winter Hazel. HEX triplet: CA, C0 and 7B. RGB value is (202,192,123). Sum of RGB (Red+Green+Blue) = 202+192+123=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC07B is #353F84. Grayscale: #BBBBBB. Windows color (decimal): -3489669 or 8110282. OLE color: 8110282.

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

Color convert

RGB202192123-
CMYK00.050.390.21
HSL52.41º42.7%63.73%-
HSV(B)52.41º39.11%79.22%-
XYZ46.7851.6926.25-
YUV187.1291.81138.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 123 (48.44% from 255) = 23.79%
R=39.07%
G=37.14%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219212300.050.390.2152.4142.763.73
HexCAC07B052715342b40
Octal3123001730547256453100
Binary110010101100000011110110101100111101011101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC07B; }

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

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

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

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

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

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

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

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