#C8BA9C

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

Shades of Sisal #C8BA9C

Tints of Sisal #C8BA9C

Color information

#C8BA9C (or 0xC8BA9C) is unknown color: approx Sisal. HEX triplet: C8, BA and 9C. RGB value is (200,186,156). Sum of RGB (Red+Green+Blue) = 200+186+156=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA9C is #374563. Grayscale: #BABABA. Windows color (decimal): -3622244 or 10271432. OLE color: 10271432.

HSL color Cylindrical-coordinate representation of color #C8BA9C: hue angle of 40.91º 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 #C8BA9C is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB200186156-
CMYK00.070.220.22
HSL40.91º28.57%69.8%-
HSV(B)40.91º22%78.43%-
XYZ47.3849.838.57-
YUV186.77110.64137.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.90%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=36.90%
G=34.32%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018615600.070.220.2240.9128.5769.8
HexC8BA9C071616291d46
Octal3102722340726265135106
Binary11001000101110101001110001111011010110101001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA9C; }

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

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

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

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

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

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

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

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