#CAC57A

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

Shades of Winter Hazel #CAC57A

Tints of Winter Hazel #CAC57A

Color information

#CAC57A (or 0xCAC57A) is unknown color: approx Winter Hazel. HEX triplet: CA, C5 and 7A. RGB value is (202,197,122). Sum of RGB (Red+Green+Blue) = 202+197+122=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC57A is #353A85. Grayscale: #BEBEBE. Windows color (decimal): -3488390 or 8046026. OLE color: 8046026.

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

Color convert

RGB202197122-
CMYK00.020.400.21
HSL56.25º43.01%63.53%-
HSV(B)56.25º39.6%79.22%-
XYZ47.8453.8926.29-
YUV189.9489.66136.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 197 (77.34% from 255) = 37.81%
BLUE value IS 122 (48.05% from 255) = 23.42%
R=38.77%
G=37.81%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219712200.020.400.2156.2543.0163.53
HexCAC57A022815382b40
Octal3123051720250257053100
Binary11001010110001011111010010101000101011110001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC57A; }

 p { color: rgb(202,197,122); }

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

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

 a { background-color: rgb(202,197,122); }

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

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

 span { border-color: rgb(202,197,122); }

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