#C8BA9E

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

Shades of Sisal #C8BA9E

Tints of Sisal #C8BA9E

Color information

#C8BA9E (or 0xC8BA9E) is unknown color: approx Sisal. HEX triplet: C8, BA and 9E. RGB value is (200,186,158). Sum of RGB (Red+Green+Blue) = 200+186+158=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA9E is #374561. Grayscale: #BBBBBB. Windows color (decimal): -3622242 or 10402504. OLE color: 10402504.

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

Color convert

RGB200186158-
CMYK00.070.210.22
HSL40º27.63%70.2%-
HSV(B)40º21%78.43%-
XYZ47.5549.8739.47-
YUV186.99111.64137.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 158 (62.11% from 255) = 29.04%
R=36.76%
G=34.19%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018615800.070.210.224027.6370.2
HexC8BA9E071516281c46
Octal3102722360725265034106
Binary11001000101110101001111001111010110110101000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA9E; }

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

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

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

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

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

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

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

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