Html Css Color HEX #CAC486 Winter Hazel

📋 copy color: '#CAC486'

red 202 ◦ green 196 ◦ blue 134

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

Shades of Winter Hazel #CAC486

Tints of Winter Hazel #CAC486

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.84%

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

R = 37.97%
G = 36.84%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CAC486 (or 0xCAC486) is known color: Winter Hazel. HEX triplet: CA, C4 and 86. RGB value is (202,196,134). Sum of RGB (Red+Green+Blue) = 202+196+134=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC486 is #353B79. Grayscale: #BEBEBE. Windows color (decimal): -3488634 or 8832202. OLE color: 8832202.

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

Color convert

RGB 202 196 134 -
CMYK 0 0.03 0.34 0.21
HSL 54.71º 0.39% 0.66% -
HSV(B) 54.71º 0.34% 0.79% -
XYZ 48.4 53.76 30.38 -
YUV 190.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 202 196 134 0 0.03 0.34 0.21 54.71 0.39 0.66
Hex CA C4 86 0 3 22 15 37 27 42
Octal 312 304 206 0 3 42 25 67 47 102
Binary 11001010 11000100 10000110 0 11 100010 10101 110111 100111 1000010

Color Harmonies of #CAC486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC486

Black with #CAC486

Text Example


Text Example

White with #CAC486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC486; }

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

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

background-color css

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

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

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

border-color css

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

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

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