#C8BF9B

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

Shades of Sisal #C8BF9B

Tints of Sisal #C8BF9B

Color information

#C8BF9B (or 0xC8BF9B) is unknown color: approx Sisal. HEX triplet: C8, BF and 9B. RGB value is (200,191,155). Sum of RGB (Red+Green+Blue) = 200+191+155=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BF9B is #374064. Grayscale: #BDBDBD. Windows color (decimal): -3620965 or 10207176. OLE color: 10207176.

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

Color convert

RGB200191155-
CMYK00.040.220.22
HSL48º29.03%69.61%-
HSV(B)48º22.5%78.43%-
XYZ48.3751.9138.48-
YUV189.59108.48135.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.63%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 155 (60.94% from 255) = 28.39%
R=36.63%
G=34.98%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019115500.040.220.224829.0369.61
HexC8BF9B041616301d46
Octal3102772330426266035106
Binary11001000101111111001101101001011010110110000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BF9B; }

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

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

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

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

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

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

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

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