Html Css Color HEX #C8C086 Winter Hazel

📋 copy color: '#C8C086'

red 200 ◦ green 192 ◦ blue 134

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

Shades of Winter Hazel #C8C086

Tints of Winter Hazel #C8C086

RGB

 RED value IS 200 (78.52% from 255) = 38.02%

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

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

R = 38.02%
G = 36.5%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C8C086 (or 0xC8C086) is known color: Winter Hazel. HEX triplet: C8, C0 and 86. RGB value is (200,192,134). Sum of RGB (Red+Green+Blue) = 200+192+134=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C086 is #373F79. Grayscale: #BCBCBC. Windows color (decimal): -3620730 or 8831176. OLE color: 8831176.

HSL color Cylindrical-coordinate representation of color #C8C086: hue angle of 52.73º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8C086 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 192 134 -
CMYK 0 0.04 0.33 0.22
HSL 52.73º 0.38% 0.65% -
HSV(B) 52.73º 0.33% 0.78% -
XYZ 46.97 51.7 30.06 -
YUV 187.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 200 192 134 0 0.04 0.33 0.22 52.73 0.38 0.65
Hex C8 C0 86 0 4 21 16 35 26 41
Octal 310 300 206 0 4 41 26 65 46 101
Binary 11001000 11000000 10000110 0 100 100001 10110 110101 100110 1000001

Color Harmonies of #C8C086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C086

Black with #C8C086

Text Example


Text Example

White with #C8C086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C086; }

 p { color: rgb(200,192,134); }

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

background-color css

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

 a { background-color: rgb(200,192,134); }

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

border-color css

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

 span { border-color: rgb(200,192,134); }

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