#c9bf86

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

Shades of Winter Hazel #C9BF86

Tints of Winter Hazel #C9BF86

Color information

#C9BF86 (or 0xC9BF86) is unknown color: approx Winter Hazel. HEX triplet: C9, BF and 86. RGB value is (201,191,134). Sum of RGB (Red+Green+Blue) = 201+191+134=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BF86 is #364079. Grayscale: #BBBBBB. Windows color (decimal): -3555450 or 8830921. OLE color: 8830921.

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

Color convert

RGB201191134-
CMYK00.050.330.21
HSL51.04º38.29%65.69%-
HSV(B)51.04º33.33%78.82%-
XYZ47.0251.430-
YUV187.4997.81137.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 134 (52.73% from 255) = 25.48%
R=38.21%
G=36.31%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119113400.050.330.2151.0438.2965.69
HexC9BF86052115332642
Octal3112772060541256346102
Binary1100100110111111100001100101100001101011100111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9bf86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9bf86; }

 p { color: rgb(201,191,134); }

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

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

 a { background-color: rgb(201,191,134); }

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

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

 span { border-color: rgb(201,191,134); }

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