#CAC58B

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

Shades of Winter Hazel #CAC58B

Tints of Winter Hazel #CAC58B

Color information

#CAC58B (or 0xCAC58B) is unknown color: approx Winter Hazel. HEX triplet: CA, C5 and 8B. RGB value is (202,197,139). Sum of RGB (Red+Green+Blue) = 202+197+139=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC58B is #353A74. Grayscale: #C0C0C0. Windows color (decimal): -3488373 or 9160138. OLE color: 9160138.

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

Color convert

RGB202197139-
CMYK00.020.310.21
HSL55.24º37.28%66.86%-
HSV(B)55.24º31.19%79.22%-
XYZ48.9854.3532.34-
YUV191.8898.16135.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 197 (77.34% from 255) = 36.62%
BLUE value IS 139 (54.69% from 255) = 25.84%
R=37.55%
G=36.62%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219713900.020.310.2155.2437.2866.86
HexCAC58B021F15372543
Octal3123052130237256745103
Binary11001010110001011000101101011111101011101111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC58B; }

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

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

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

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

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

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

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

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