#C8BB95

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

Shades of Sisal #C8BB95

Tints of Sisal #C8BB95

Color information

#C8BB95 (or 0xC8BB95) is unknown color: approx Sisal. HEX triplet: C8, BB and 95. RGB value is (200,187,149). Sum of RGB (Red+Green+Blue) = 200+187+149=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BB95 is #37446A. Grayscale: #BABABA. Windows color (decimal): -3621995 or 9812936. OLE color: 9812936.

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

Color convert

RGB200187149-
CMYK00.060.260.22
HSL44.71º31.68%68.43%-
HSV(B)44.71º25.5%78.43%-
XYZ47.0149.9935.6-
YUV186.55106.81137.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=37.31%
G=34.89%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018714900.060.260.2244.7131.6868.43
HexC8BB95061A162d2044
Octal3102732250632265540104
Binary110010001011101110010101011011010101101011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BB95; }

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

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

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

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

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

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

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

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