#C7BF80

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

Shades of Winter Hazel #C7BF80

Tints of Winter Hazel #C7BF80

Color information

#C7BF80 (or 0xC7BF80) is unknown color: approx Winter Hazel. HEX triplet: C7, BF and 80. RGB value is (199,191,128). Sum of RGB (Red+Green+Blue) = 199+191+128=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BF80 is #38407F. Grayscale: #BABABA. Windows color (decimal): -3686528 or 8437703. OLE color: 8437703.

HSL color Cylindrical-coordinate representation of color #C7BF80: hue angle of 53.24º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7BF80 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB199191128-
CMYK00.040.360.22
HSL53.24º38.8%64.12%-
HSV(B)53.24º35.68%78.04%-
XYZ46.0850.9627.83-
YUV186.2195.15137.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.42%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 128 (50.39% from 255) = 24.71%
R=38.42%
G=36.87%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919112800.040.360.2253.2438.864.12
HexC7BF80042416352740
Octal3072772000444266547100
Binary1100011110111111100000000100100100101101101011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BF80; }

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

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

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

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

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

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

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

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