Html Css Color HEX #CAC387 Winter Hazel

📋 copy color: '#CAC387'

red 202 ◦ green 195 ◦ blue 135

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

Shades of Winter Hazel #CAC387

Tints of Winter Hazel #CAC387

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.65%

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

R = 37.97%
G = 36.65%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CAC387 (or 0xCAC387) is known color: Winter Hazel. HEX triplet: CA, C3 and 87. RGB value is (202,195,135). Sum of RGB (Red+Green+Blue) = 202+195+135=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC387 is #353C78. Grayscale: #BEBEBE. Windows color (decimal): -3488889 or 8897482. OLE color: 8897482.

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

Color convert

RGB 202 195 135 -
CMYK 0 0.03 0.33 0.21
HSL 53.73º 0.39% 0.66% -
HSV(B) 53.73º 0.33% 0.79% -
XYZ 48.25 53.34 30.67 -
YUV 190.25 96.82 136.38 -
System Red Green Blue C M Y K H S L
Decimal 202 195 135 0 0.03 0.33 0.21 53.73 0.39 0.66
Hex CA C3 87 0 3 21 15 36 27 42
Octal 312 303 207 0 3 41 25 66 47 102
Binary 11001010 11000011 10000111 0 11 100001 10101 110110 100111 1000010

Color Harmonies of #CAC387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC387

Black with #CAC387

Text Example


Text Example

White with #CAC387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC387; }

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

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

background-color css

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

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

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

border-color css

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

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

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