#C8BA9F

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

Shades of Sisal #C8BA9F

Tints of Sisal #C8BA9F

Color information

#C8BA9F (or 0xC8BA9F) is unknown color: approx Sisal. HEX triplet: C8, BA and 9F. RGB value is (200,186,159). Sum of RGB (Red+Green+Blue) = 200+186+159=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA9F is #374560. Grayscale: #BBBBBB. Windows color (decimal): -3622241 or 10468040. OLE color: 10468040.

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

Color convert

RGB200186159-
CMYK00.070.200.22
HSL39.51º27.15%70.39%-
HSV(B)39.51º20.5%78.43%-
XYZ47.6449.939.92-
YUV187.11112.14137.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 159 (62.5% from 255) = 29.17%
R=36.70%
G=34.13%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018615900.070.200.2239.5127.1570.39
HexC8BA9F071416281b46
Octal3102722370724265033106
Binary11001000101110101001111101111010010110101000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA9F; }

 p { color: rgb(200,186,159); }

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

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

 a { background-color: rgb(200,186,159); }

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

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

 span { border-color: rgb(200,186,159); }

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