#C2BA9C

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

Shades of Sisal #C2BA9C

Tints of Sisal #C2BA9C

Color information

#C2BA9C (or 0xC2BA9C) is unknown color: approx Sisal. HEX triplet: C2, BA and 9C. RGB value is (194,186,156). Sum of RGB (Red+Green+Blue) = 194+186+156=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA9C is #3D4563. Grayscale: #B9B9B9. Windows color (decimal): -4015460 or 10271426. OLE color: 10271426.

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

Color convert

RGB194186156-
CMYK00.040.200.24
HSL47.37º23.75%68.63%-
HSV(B)47.37º19.59%76.08%-
XYZ45.8148.9938.49-
YUV184.97111.65134.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=36.19%
G=34.70%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418615600.040.200.2447.3723.7568.63
HexC2BA9C0414182f1845
Octal3022722340424305730105
Binary11000010101110101001110001001010011000101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA9C; }

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

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

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

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

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

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

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

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