#CAC58D

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

Shades of Winter Hazel #CAC58D

Tints of Winter Hazel #CAC58D

Color information

#CAC58D (or 0xCAC58D) is unknown color: approx Winter Hazel. HEX triplet: CA, C5 and 8D. RGB value is (202,197,141). Sum of RGB (Red+Green+Blue) = 202+197+141=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC58D is #353A72. Grayscale: #C0C0C0. Windows color (decimal): -3488371 or 9291210. OLE color: 9291210.

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

Color convert

RGB202197141-
CMYK00.020.300.21
HSL55.08º36.53%67.25%-
HSV(B)55.08º30.2%79.22%-
XYZ49.1354.4133.11-
YUV192.1199.16135.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 197 (77.34% from 255) = 36.48%
BLUE value IS 141 (55.47% from 255) = 26.11%
R=37.41%
G=36.48%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219714100.020.300.2155.0836.5367.25
HexCAC58D021E15372543
Octal3123052150236256745103
Binary11001010110001011000110101011110101011101111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC58D; }

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

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

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

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

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

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

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

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