Html Css Color HEX #CAC286 Winter Hazel

📋 copy color: '#CAC286'

red 202 ◦ green 194 ◦ blue 134

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

Shades of Winter Hazel #CAC286

Tints of Winter Hazel #CAC286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.28%

R = 38.11%
G = 36.6%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CAC286 (or 0xCAC286) is known color: Winter Hazel. HEX triplet: CA, C2 and 86. RGB value is (202,194,134). Sum of RGB (Red+Green+Blue) = 202+194+134=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC286 is #353D79. Grayscale: #BDBDBD. Windows color (decimal): -3489146 or 8831690. OLE color: 8831690.

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

Color convert

RGB 202 194 134 -
CMYK 0 0.04 0.34 0.21
HSL 52.94º 0.39% 0.66% -
HSV(B) 52.94º 0.34% 0.79% -
XYZ 47.95 52.86 30.23 -
YUV 189.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 202 194 134 0 0.04 0.34 0.21 52.94 0.39 0.66
Hex CA C2 86 0 4 22 15 35 27 42
Octal 312 302 206 0 4 42 25 65 47 102
Binary 11001010 11000010 10000110 0 100 100010 10101 110101 100111 1000010

Color Harmonies of #CAC286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC286

Black with #CAC286

Text Example


Text Example

White with #CAC286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC286; }

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

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

background-color css

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

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

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

border-color css

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

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

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