#C2BB9F

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

Shades of Sisal #C2BB9F

Tints of Sisal #C2BB9F

Color information

#C2BB9F (or 0xC2BB9F) is unknown color: approx Sisal. HEX triplet: C2, BB and 9F. RGB value is (194,187,159). Sum of RGB (Red+Green+Blue) = 194+187+159=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB9F is #3D4460. Grayscale: #BABABA. Windows color (decimal): -4015201 or 10468290. OLE color: 10468290.

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

Color convert

RGB194187159-
CMYK00.040.180.24
HSL48º22.29%69.22%-
HSV(B)48º18.04%76.08%-
XYZ46.2849.5139.92-
YUV185.9112.82133.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.93%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=35.93%
G=34.63%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418715900.040.180.244822.2969.22
HexC2BB9F041218301645
Octal3022732370422306026105
Binary11000010101110111001111101001001011000110000101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB9F; }

 p { color: rgb(194,187,159); }

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

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

 a { background-color: rgb(194,187,159); }

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

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

 span { border-color: rgb(194,187,159); }

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