#C8BA95

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

Shades of Sisal #C8BA95

Tints of Sisal #C8BA95

Color information

#C8BA95 (or 0xC8BA95) is unknown color: approx Sisal. HEX triplet: C8, BA and 95. RGB value is (200,186,149). Sum of RGB (Red+Green+Blue) = 200+186+149=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA95 is #37456A. Grayscale: #BABABA. Windows color (decimal): -3622251 or 9812680. OLE color: 9812680.

HSL color Cylindrical-coordinate representation of color #C8BA95: hue angle of 43.53º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8BA95 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200186149-
CMYK00.070.260.22
HSL43.53º31.68%68.43%-
HSV(B)43.53º25.5%78.43%-
XYZ46.849.5735.53-
YUV185.97107.14138.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=37.38%
G=34.77%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018614900.070.260.2243.5331.6868.43
HexC8BA95071A162c2044
Octal3102722250732265440104
Binary110010001011101010010101011111010101101011001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA95; }

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

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

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

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

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

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

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

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