Html Css Color HEX #C8C286 Winter Hazel

📋 copy color: '#C8C286'

red 200 ◦ green 194 ◦ blue 134

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

Shades of Winter Hazel #C8C286

Tints of Winter Hazel #C8C286

RGB

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

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

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

R = 37.88%
G = 36.74%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C8C286 (or 0xC8C286) is known color: Winter Hazel. HEX triplet: C8, C2 and 86. RGB value is (200,194,134). Sum of RGB (Red+Green+Blue) = 200+194+134=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C286 is #373D79. Grayscale: #BDBDBD. Windows color (decimal): -3620218 or 8831688. OLE color: 8831688.

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

Color convert

RGB 200 194 134 -
CMYK 0 0.03 0.33 0.22
HSL 54.55º 0.38% 0.65% -
HSV(B) 54.55º 0.33% 0.78% -
XYZ 47.41 52.58 30.21 -
YUV 188.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 200 194 134 0 0.03 0.33 0.22 54.55 0.38 0.65
Hex C8 C2 86 0 3 21 16 37 26 41
Octal 310 302 206 0 3 41 26 67 46 101
Binary 11001000 11000010 10000110 0 11 100001 10110 110111 100110 1000001

Color Harmonies of #C8C286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C286

Black with #C8C286

Text Example


Text Example

White with #C8C286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C286; }

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

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

background-color css

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

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

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

border-color css

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

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

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