#C2B89E

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

Shades of Sisal #C2B89E

Tints of Sisal #C2B89E

Color information

#C2B89E (or 0xC2B89E) is unknown color: approx Sisal. HEX triplet: C2, B8 and 9E. RGB value is (194,184,158). Sum of RGB (Red+Green+Blue) = 194+184+158=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B89E is #3D4761. Grayscale: #B8B8B8. Windows color (decimal): -4015970 or 10401986. OLE color: 10401986.

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

Color convert

RGB194184158-
CMYK00.050.190.24
HSL43.33º22.78%69.02%-
HSV(B)43.33º18.56%76.08%-
XYZ45.5648.2239.25-
YUV184.03113.31135.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 184 (72.27% from 255) = 34.33%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=36.19%
G=34.33%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418415800.050.190.2443.3322.7869.02
HexC2B89E0513182b1745
Octal3022702360523305327105
Binary11000010101110001001111001011001111000101011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B89E; }

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

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

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

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

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

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

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

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