Html Css Color HEX #CAC687 Winter Hazel

📋 copy color: '#CAC687'

red 202 ◦ green 198 ◦ blue 135

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

Shades of Winter Hazel #CAC687

Tints of Winter Hazel #CAC687

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.01%

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

R = 37.76%
G = 37.01%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CAC687 (or 0xCAC687) is known color: Winter Hazel. HEX triplet: CA, C6 and 87. RGB value is (202,198,135). Sum of RGB (Red+Green+Blue) = 202+198+135=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC687 is #353978. Grayscale: #C0C0C0. Windows color (decimal): -3488121 or 8898250. OLE color: 8898250.

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

Color convert

RGB 202 198 135 -
CMYK 0 0.02 0.33 0.21
HSL 56.42º 0.39% 0.66% -
HSV(B) 56.42º 0.33% 0.79% -
XYZ 48.92 54.69 30.9 -
YUV 192.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 202 198 135 0 0.02 0.33 0.21 56.42 0.39 0.66
Hex CA C6 87 0 2 21 15 38 27 42
Octal 312 306 207 0 2 41 25 70 47 102
Binary 11001010 11000110 10000111 0 10 100001 10101 111000 100111 1000010

Color Harmonies of #CAC687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC687

Black with #CAC687

Text Example


Text Example

White with #CAC687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC687; }

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

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

background-color css

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

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

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

border-color css

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

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

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