#CAC380

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

Shades of Winter Hazel #CAC380

Tints of Winter Hazel #CAC380

Color information

#CAC380 (or 0xCAC380) is unknown color: approx Winter Hazel. HEX triplet: CA, C3 and 80. RGB value is (202,195,128). Sum of RGB (Red+Green+Blue) = 202+195+128=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC380 is #353C7F. Grayscale: #BDBDBD. Windows color (decimal): -3488896 or 8438730. OLE color: 8438730.

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

Color convert

RGB202195128-
CMYK00.030.370.21
HSL54.32º41.11%64.71%-
HSV(B)54.32º36.63%79.22%-
XYZ47.7753.1528.16-
YUV189.4693.32136.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 195 (76.56% from 255) = 37.14%
BLUE value IS 128 (50.39% from 255) = 24.38%
R=38.48%
G=37.14%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219512800.030.370.2154.3241.1164.71
HexCAC380032515362941
Octal3123032000345256651101
Binary110010101100001110000000011100101101011101101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC380; }

 p { color: rgb(202,195,128); }

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

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

 a { background-color: rgb(202,195,128); }

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

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

 span { border-color: rgb(202,195,128); }

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