#C8BF81

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

Shades of Winter Hazel #C8BF81

Tints of Winter Hazel #C8BF81

Color information

#C8BF81 (or 0xC8BF81) is unknown color: approx Winter Hazel. HEX triplet: C8, BF and 81. RGB value is (200,191,129). Sum of RGB (Red+Green+Blue) = 200+191+129=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BF81 is #37407E. Grayscale: #BABABA. Windows color (decimal): -3620991 or 8503240. OLE color: 8503240.

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

Color convert

RGB200191129-
CMYK00.040.360.22
HSL52.39º39.23%64.51%-
HSV(B)52.39º35.5%78.43%-
XYZ46.4151.1328.19-
YUV186.6295.48137.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 129 (50.78% from 255) = 24.81%
R=38.46%
G=36.73%
B=24.81%

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
Decimal20019112900.040.360.2252.3939.2364.51
HexC8BF81042416342741
Octal3102772010444266447101
Binary1100100010111111100000010100100100101101101001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BF81; }

 p { color: rgb(200,191,129); }

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

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

 a { background-color: rgb(200,191,129); }

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

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

 span { border-color: rgb(200,191,129); }

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