#C9BF91

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

Shades of Winter Hazel #C9BF91

Tints of Winter Hazel #C9BF91

Color information

#C9BF91 (or 0xC9BF91) is unknown color: approx Winter Hazel. HEX triplet: C9, BF and 91. RGB value is (201,191,145). Sum of RGB (Red+Green+Blue) = 201+191+145=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BF91 is #36406E. Grayscale: #BCBCBC. Windows color (decimal): -3555439 or 9551817. OLE color: 9551817.

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

Color convert

RGB201191145-
CMYK00.050.280.21
HSL49.29º34.15%67.84%-
HSV(B)49.29º27.86%78.82%-
XYZ47.8351.7234.25-
YUV188.75103.31136.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 145 (57.03% from 255) = 27.00%
R=37.43%
G=35.57%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119114500.050.280.2149.2934.1567.84
HexC9BF91051C15312244
Octal3112772210534256142104
Binary110010011011111110010001010111100101011100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BF91; }

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

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

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

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

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

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

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

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