#C2B999

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

Shades of Sisal #C2B999

Tints of Sisal #C2B999

Color information

#C2B999 (or 0xC2B999) is unknown color: approx Sisal. HEX triplet: C2, B9 and 99. RGB value is (194,185,153). Sum of RGB (Red+Green+Blue) = 194+185+153=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B999 is #3D4666. Grayscale: #B8B8B8. Windows color (decimal): -4015719 or 10074562. OLE color: 10074562.

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

Color convert

RGB194185153-
CMYK00.050.210.24
HSL46.83º25.15%68.04%-
HSV(B)46.83º21.13%76.08%-
XYZ45.3548.4737.1-
YUV184.04110.48135.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=36.47%
G=34.77%
B=28.76%

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
Decimal19418515300.050.210.2446.8325.1568.04
HexC2B9990515182f1944
Octal3022712310525305731104
Binary11000010101110011001100101011010111000101111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B999; }

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

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

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

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

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

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

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

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