#C2BA99

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

Shades of Sisal #C2BA99

Tints of Sisal #C2BA99

Color information

#C2BA99 (or 0xC2BA99) is unknown color: approx Sisal. HEX triplet: C2, BA and 99. RGB value is (194,186,153). Sum of RGB (Red+Green+Blue) = 194+186+153=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA99 is #3D4566. Grayscale: #B8B8B8. Windows color (decimal): -4015463 or 10074818. OLE color: 10074818.

HSL color Cylindrical-coordinate representation of color #C2BA99: hue angle of 48.29º 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 #C2BA99 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB194186153-
CMYK00.040.210.24
HSL48.29º25.15%68.04%-
HSV(B)48.29º21.13%76.08%-
XYZ45.5648.8937.17-
YUV184.63110.15134.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 153 (60.16% from 255) = 28.71%
R=36.40%
G=34.90%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418615300.040.210.2448.2925.1568.04
HexC2BA99041518301944
Octal3022722310425306031104
Binary11000010101110101001100101001010111000110000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA99; }

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

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

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

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

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

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

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

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