#C8C186

Color #C8C186 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #C8C186

Tints of Winter Hazel #C8C186

Color information

#C8C186 (or 0xC8C186) is unknown color: approx Winter Hazel. HEX triplet: C8, C1 and 86. RGB value is (200,193,134). Sum of RGB (Red+Green+Blue) = 200+193+134=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C186 is #373E79. Grayscale: #BCBCBC. Windows color (decimal): -3620474 or 8831432. OLE color: 8831432.

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

Color convert

RGB200193134-
CMYK00.040.330.22
HSL53.64º37.5%65.49%-
HSV(B)53.64º33%78.43%-
XYZ47.1952.1430.13-
YUV188.3797.32136.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 193 (75.78% from 255) = 36.62%
BLUE value IS 134 (52.73% from 255) = 25.43%
R=37.95%
G=36.62%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019313400.040.330.2253.6437.565.49
HexC8C186042116362641
Octal3103012060441266646101
Binary1100100011000001100001100100100001101101101101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C186; }

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

 H1.HeaderClassName
 {
   color: #C8C186;
 }
 .AnyTagClassName
 {
   color: #C8C186;
 }
</style>
background-color css

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

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

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

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

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

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