Html Css Color HEX #CAC287 Winter Hazel

📋 copy color: '#CAC287'

red 202 ◦ green 194 ◦ blue 135

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

Shades of Winter Hazel #CAC287

Tints of Winter Hazel #CAC287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.42%

R = 38.04%
G = 36.53%
B = 25.42%

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

#CAC287 (or 0xCAC287) is known color: Winter Hazel. HEX triplet: CA, C2 and 87. RGB value is (202,194,135). Sum of RGB (Red+Green+Blue) = 202+194+135=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC287 is #353D78. Grayscale: #BDBDBD. Windows color (decimal): -3489145 or 8897226. OLE color: 8897226.

HSL color Cylindrical-coordinate representation of color #CAC287: hue angle of 52.84º degrees, saturation: 0.39, 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 #CAC287 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 194 135 -
CMYK 0 0.04 0.33 0.21
HSL 52.84º 0.39% 0.66% -
HSV(B) 52.84º 0.33% 0.79% -
XYZ 48.02 52.89 30.6 -
YUV 189.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 202 194 135 0 0.04 0.33 0.21 52.84 0.39 0.66
Hex CA C2 87 0 4 21 15 35 27 42
Octal 312 302 207 0 4 41 25 65 47 102
Binary 11001010 11000010 10000111 0 100 100001 10101 110101 100111 1000010

Color Harmonies of #CAC287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC287

Black with #CAC287

Text Example


Text Example

White with #CAC287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC287; }

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

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

background-color css

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

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

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

border-color css

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

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

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