#CAC090

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

Shades of Winter Hazel #CAC090

Tints of Winter Hazel #CAC090

Color information

#CAC090 (or 0xCAC090) is unknown color: approx Winter Hazel. HEX triplet: CA, C0 and 90. RGB value is (202,192,144). Sum of RGB (Red+Green+Blue) = 202+192+144=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC090 is #353F6F. Grayscale: #BDBDBD. Windows color (decimal): -3489648 or 9486538. OLE color: 9486538.

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

Color convert

RGB202192144-
CMYK00.050.290.21
HSL49.66º35.37%67.84%-
HSV(B)49.66º28.71%79.22%-
XYZ48.2452.2733.93-
YUV189.52102.31136.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 144 (56.64% from 255) = 26.77%
R=37.55%
G=35.69%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219214400.050.290.2149.6635.3767.84
HexCAC090051D15322344
Octal3123002200535256243104
Binary110010101100000010010000010111101101011100101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC090; }

 p { color: rgb(202,192,144); }

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

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

 a { background-color: rgb(202,192,144); }

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

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

 span { border-color: rgb(202,192,144); }

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