#C2B899

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

Shades of Sisal #C2B899

Tints of Sisal #C2B899

Color information

#C2B899 (or 0xC2B899) is unknown color: approx Sisal. HEX triplet: C2, B8 and 99. RGB value is (194,184,153). Sum of RGB (Red+Green+Blue) = 194+184+153=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B899 is #3D4766. Grayscale: #B7B7B7. Windows color (decimal): -4015975 or 10074306. OLE color: 10074306.

HSL color Cylindrical-coordinate representation of color #C2B899: hue angle of 45.37º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2B899 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB194184153-
CMYK00.050.210.24
HSL45.37º25.15%68.04%-
HSV(B)45.37º21.13%76.08%-
XYZ45.1448.0537.03-
YUV183.46110.81135.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 153 (60.16% from 255) = 28.81%
R=36.53%
G=34.65%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418415300.050.210.2445.3725.1568.04
HexC2B8990515182d1944
Octal3022702310525305531104
Binary11000010101110001001100101011010111000101101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B899; }

 p { color: rgb(194,184,153); }

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

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

 a { background-color: rgb(194,184,153); }

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

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

 span { border-color: rgb(194,184,153); }

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