#C8BF88

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

Shades of Winter Hazel #C8BF88

Tints of Winter Hazel #C8BF88

Color information

#C8BF88 (or 0xC8BF88) is unknown color: approx Winter Hazel. HEX triplet: C8, BF and 88. RGB value is (200,191,136). Sum of RGB (Red+Green+Blue) = 200+191+136=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BF88 is #374077. Grayscale: #BBBBBB. Windows color (decimal): -3620984 or 8961992. OLE color: 8961992.

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

Color convert

RGB200191136-
CMYK00.040.320.22
HSL51.56º36.78%65.88%-
HSV(B)51.56º32%78.43%-
XYZ46.8951.3230.73-
YUV187.4298.98136.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 191 (75% from 255) = 36.24%
BLUE value IS 136 (53.52% from 255) = 25.81%
R=37.95%
G=36.24%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019113600.040.320.2251.5636.7865.88
HexC8BF88042016342542
Octal3102772100440266445102
Binary1100100010111111100010000100100000101101101001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BF88; }

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

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

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

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

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

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

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

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