#C8BC96

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

Shades of Sisal #C8BC96

Tints of Sisal #C8BC96

Color information

#C8BC96 (or 0xC8BC96) is unknown color: approx Sisal. HEX triplet: C8, BC and 96. RGB value is (200,188,150). Sum of RGB (Red+Green+Blue) = 200+188+150=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BC96 is #374369. Grayscale: #BBBBBB. Windows color (decimal): -3621738 or 9878728. OLE color: 9878728.

HSL color Cylindrical-coordinate representation of color #C8BC96: hue angle of 45.6º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8BC96 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB200188150-
CMYK00.060.250.22
HSL45.6º31.25%68.63%-
HSV(B)45.6º25%78.43%-
XYZ47.3150.4536.1-
YUV187.26106.98137.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 150 (58.98% from 255) = 27.88%
R=37.17%
G=34.94%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018815000.060.250.2245.631.2568.63
HexC8BC960619162e1f45
Octal3102742260631265637105
Binary11001000101111001001011001101100110110101110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BC96; }

 p { color: rgb(200,188,150); }

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

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

 a { background-color: rgb(200,188,150); }

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

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

 span { border-color: rgb(200,188,150); }

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