#C9BF78

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

Shades of Winter Hazel #C9BF78

Tints of Winter Hazel #C9BF78

Color information

#C9BF78 (or 0xC9BF78) is unknown color: approx Winter Hazel. HEX triplet: C9, BF and 78. RGB value is (201,191,120). Sum of RGB (Red+Green+Blue) = 201+191+120=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BF78 is #364087. Grayscale: #BABABA. Windows color (decimal): -3555464 or 7913417. OLE color: 7913417.

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

Color convert

RGB201191120-
CMYK00.050.400.21
HSL52.59º42.86%62.94%-
HSV(B)52.59º40.3%78.82%-
XYZ46.1151.0425.19-
YUV185.990.81138.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 120 (47.27% from 255) = 23.44%
R=39.26%
G=37.30%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119112000.050.400.2152.5942.8662.94
HexC9BF78052815352b3f
Octal311277170055025655377
Binary11001001101111111111000010110100010101110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BF78; }

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

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

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

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

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

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

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

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