#C9BF80

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

Shades of Winter Hazel #C9BF80

Tints of Winter Hazel #C9BF80

Color information

#C9BF80 (or 0xC9BF80) is unknown color: approx Winter Hazel. HEX triplet: C9, BF and 80. RGB value is (201,191,128). Sum of RGB (Red+Green+Blue) = 201+191+128=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BF80 is #36407F. Grayscale: #BBBBBB. Windows color (decimal): -3555456 or 8437705. OLE color: 8437705.

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

Color convert

RGB201191128-
CMYK00.050.360.21
HSL51.78º40.33%64.51%-
HSV(B)51.78º36.32%78.82%-
XYZ46.6151.2427.86-
YUV186.8194.81138.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 128 (50.39% from 255) = 24.62%
R=38.65%
G=36.73%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119112800.050.360.2151.7840.3364.51
HexC9BF80052415342841
Octal3112772000544256450101
Binary1100100110111111100000000101100100101011101001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BF80; }

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

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

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

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

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

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

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

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