#C8BD96

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

Shades of Sisal #C8BD96

Tints of Sisal #C8BD96

Color information

#C8BD96 (or 0xC8BD96) is unknown color: approx Sisal. HEX triplet: C8, BD and 96. RGB value is (200,189,150). Sum of RGB (Red+Green+Blue) = 200+189+150=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BD96 is #374269. Grayscale: #BCBCBC. Windows color (decimal): -3621482 or 9878984. OLE color: 9878984.

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

Color convert

RGB200189150-
CMYK00.060.250.22
HSL46.8º31.25%68.63%-
HSV(B)46.8º25%78.43%-
XYZ47.5250.8836.17-
YUV187.84106.64136.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.11%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 150 (58.98% from 255) = 27.83%
R=37.11%
G=35.06%
B=27.83%

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
Decimal20018915000.060.250.2246.831.2568.63
HexC8BD960619162f1f45
Octal3102752260631265737105
Binary11001000101111011001011001101100110110101111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD96; }

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

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

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

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

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

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

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

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