#C8BF8B

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

Shades of Winter Hazel #C8BF8B

Tints of Winter Hazel #C8BF8B

Color information

#C8BF8B (or 0xC8BF8B) is unknown color: approx Winter Hazel. HEX triplet: C8, BF and 8B. RGB value is (200,191,139). Sum of RGB (Red+Green+Blue) = 200+191+139=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BF8B is #374074. Grayscale: #BBBBBB. Windows color (decimal): -3620981 or 9158600. OLE color: 9158600.

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

Color convert

RGB200191139-
CMYK00.040.300.22
HSL51.15º35.67%66.47%-
HSV(B)51.15º30.5%78.43%-
XYZ47.1151.4131.87-
YUV187.76100.48136.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 139 (54.69% from 255) = 26.23%
R=37.74%
G=36.04%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019113900.040.300.2251.1535.6766.47
HexC8BF8B041E16332442
Octal3102772130436266344102
Binary110010001011111110001011010011110101101100111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BF8B; }

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

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

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

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

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

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

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

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