#C9BF92

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

Shades of Winter Hazel #C9BF92

Tints of Winter Hazel #C9BF92

Color information

#C9BF92 (or 0xC9BF92) is unknown color: approx Winter Hazel. HEX triplet: C9, BF and 92. RGB value is (201,191,146). Sum of RGB (Red+Green+Blue) = 201+191+146=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BF92 is #36406D. Grayscale: #BDBDBD. Windows color (decimal): -3555438 or 9617353. OLE color: 9617353.

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

Color convert

RGB201191146-
CMYK00.050.270.21
HSL49.09º33.74%68.04%-
HSV(B)49.09º27.36%78.82%-
XYZ47.9151.7534.66-
YUV188.86103.81136.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 146 (57.42% from 255) = 27.14%
R=37.36%
G=35.50%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119114600.050.270.2149.0933.7468.04
HexC9BF92051B15312244
Octal3112772220533256142104
Binary110010011011111110010010010111011101011100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BF92; }

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

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

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

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

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

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

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

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