Html Css Color HEX #CAC087 Winter Hazel

📋 copy color: '#CAC087'

red 202 ◦ green 192 ◦ blue 135

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

Shades of Winter Hazel #CAC087

Tints of Winter Hazel #CAC087

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.29%

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

R = 38.19%
G = 36.29%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CAC087 (or 0xCAC087) is known color: Winter Hazel. HEX triplet: CA, C0 and 87. RGB value is (202,192,135). Sum of RGB (Red+Green+Blue) = 202+192+135=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 135 (53.12% from 255 or 25.52% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC087 is #353F78. Grayscale: #BCBCBC. Windows color (decimal): -3489657 or 8896714. OLE color: 8896714.

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

Color convert

RGB 202 192 135 -
CMYK 0 0.05 0.33 0.21
HSL 51.04º 0.39% 0.66% -
HSV(B) 51.04º 0.33% 0.79% -
XYZ 47.58 52.01 30.45 -
YUV 188.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 202 192 135 0 0.05 0.33 0.21 51.04 0.39 0.66
Hex CA C0 87 0 5 21 15 33 27 42
Octal 312 300 207 0 5 41 25 63 47 102
Binary 11001010 11000000 10000111 0 101 100001 10101 110011 100111 1000010

Color Harmonies of #CAC087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC087

Black with #CAC087

Text Example


Text Example

White with #CAC087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC087; }

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

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

background-color css

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

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

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

border-color css

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

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

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