#C8BD95

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

Shades of Sisal #C8BD95

Tints of Sisal #C8BD95

Color information

#C8BD95 (or 0xC8BD95) is unknown color: approx Sisal. HEX triplet: C8, BD and 95. RGB value is (200,189,149). Sum of RGB (Red+Green+Blue) = 200+189+149=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BD95 is #37426A. Grayscale: #BBBBBB. Windows color (decimal): -3621483 or 9813448. OLE color: 9813448.

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

Color convert

RGB200189149-
CMYK00.060.260.22
HSL47.06º31.68%68.43%-
HSV(B)47.06º25.5%78.43%-
XYZ47.4450.8435.75-
YUV187.73106.14136.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=37.17%
G=35.13%
B=27.70%

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
Decimal20018914900.060.260.2247.0631.6868.43
HexC8BD95061A162f2044
Octal3102752250632265740104
Binary110010001011110110010101011011010101101011111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD95; }

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

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

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

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

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

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

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

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