#CAC185

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

Shades of Winter Hazel #CAC185

Tints of Winter Hazel #CAC185

Color information

#CAC185 (or 0xCAC185) is unknown color: approx Winter Hazel. HEX triplet: CA, C1 and 85. RGB value is (202,193,133). Sum of RGB (Red+Green+Blue) = 202+193+133=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC185 is #353E7A. Grayscale: #BDBDBD. Windows color (decimal): -3489403 or 8765898. OLE color: 8765898.

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

Color convert

RGB202193133-
CMYK00.040.340.21
HSL52.17º39.43%65.69%-
HSV(B)52.17º34.16%79.22%-
XYZ47.6652.3929.79-
YUV188.8596.48137.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 193 (75.78% from 255) = 36.55%
BLUE value IS 133 (52.34% from 255) = 25.19%
R=38.26%
G=36.55%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219313300.040.340.2152.1739.4365.69
HexCAC185042215342742
Octal3123012050442256447102
Binary1100101011000001100001010100100010101011101001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC185; }

 p { color: rgb(202,193,133); }

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

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

 a { background-color: rgb(202,193,133); }

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

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

 span { border-color: rgb(202,193,133); }

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