Html Css Color HEX #CAC288 Winter Hazel

📋 copy color: '#CAC288'

red 202 ◦ green 194 ◦ blue 136

#CAC288
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CAC288

Tints of Winter Hazel #CAC288

RGB

 RED value IS 202 (79.3% from 255) = 37.97%

 GREEN value IS 194 (76.17% from 255) = 36.47%

 BLUE value IS 136 (53.52% from 255) = 25.56%

R = 37.97%
G = 36.47%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CAC288 (or 0xCAC288) is known color: Winter Hazel. HEX triplet: CA, C2 and 88. RGB value is (202,194,136). Sum of RGB (Red+Green+Blue) = 202+194+136=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC288 is #353D77. Grayscale: #BEBEBE. Windows color (decimal): -3489144 or 8962762. OLE color: 8962762.

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

Color convert

RGB 202 194 136 -
CMYK 0 0.04 0.33 0.21
HSL 52.73º 0.38% 0.66% -
HSV(B) 52.73º 0.33% 0.79% -
XYZ 48.09 52.92 30.97 -
YUV 189.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 202 194 136 0 0.04 0.33 0.21 52.73 0.38 0.66
Hex CA C2 88 0 4 21 15 35 26 42
Octal 312 302 210 0 4 41 25 65 46 102
Binary 11001010 11000010 10001000 0 100 100001 10101 110101 100110 1000010

Color Harmonies of #CAC288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC288

Black with #CAC288

Text Example


Text Example

White with #CAC288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC288; }

 p { color: rgb(202,194,136); }

 H1.HeaderClassName
 {
   color: #CAC288;
 }
 .AnyTagClassName
 {
   color: #CAC288;
 }
</style>

background-color css

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

 a { background-color: rgb(202,194,136); }

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

border-color css

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

 span { border-color: rgb(202,194,136); }

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