#CAC592

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

Shades of Winter Hazel #CAC592

Tints of Winter Hazel #CAC592

Color information

#CAC592 (or 0xCAC592) is unknown color: approx Winter Hazel. HEX triplet: CA, C5 and 92. RGB value is (202,197,146). Sum of RGB (Red+Green+Blue) = 202+197+146=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC592 is #353A6D. Grayscale: #C0C0C0. Windows color (decimal): -3488366 or 9618890. OLE color: 9618890.

HSL color Cylindrical-coordinate representation of color #CAC592: hue angle of 54.64º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAC592 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB202197146-
CMYK00.020.280.21
HSL54.64º34.57%68.24%-
HSV(B)54.64º27.72%79.22%-
XYZ49.5154.5635.12-
YUV192.68101.66134.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 146 (57.42% from 255) = 26.79%
R=37.06%
G=36.15%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219714600.020.280.2154.6434.5768.24
HexCAC592021C15372344
Octal3123052220234256743104
Binary11001010110001011001001001011100101011101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC592; }

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

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

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

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

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

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

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

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