#C8B991

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

Shades of Sisal #C8B991

Tints of Sisal #C8B991

Color information

#C8B991 (or 0xC8B991) is unknown color: approx Sisal. HEX triplet: C8, B9 and 91. RGB value is (200,185,145). Sum of RGB (Red+Green+Blue) = 200+185+145=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B991 is #37466E. Grayscale: #B9B9B9. Windows color (decimal): -3622511 or 9550280. OLE color: 9550280.

HSL color Cylindrical-coordinate representation of color #C8B991: hue angle of 43.64º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8B991 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB200185145-
CMYK00.080.280.22
HSL43.64º33.33%67.65%-
HSV(B)43.64º27.5%78.43%-
XYZ46.2849.0233.81-
YUV184.92105.47138.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=37.74%
G=34.91%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018514500.080.280.2243.6433.3367.65
HexC8B991081C162c2144
Octal31027122101034265441104
Binary1100100010111001100100010100011100101101011001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B991; }

 p { color: rgb(200,185,145); }

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

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

 a { background-color: rgb(200,185,145); }

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

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

 span { border-color: rgb(200,185,145); }

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