#C2BAA2

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

Shades of Sisal #C2BAA2

Tints of Sisal #C2BAA2

Color information

#C2BAA2 (or 0xC2BAA2) is unknown color: approx Sisal. HEX triplet: C2, BA and A2. RGB value is (194,186,162). Sum of RGB (Red+Green+Blue) = 194+186+162=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BAA2 is #3D455D. Grayscale: #B9B9B9. Windows color (decimal): -4015454 or 10664642. OLE color: 10664642.

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

Color convert

RGB194186162-
CMYK00.040.160.24
HSL45º20.78%69.8%-
HSV(B)45º16.49%76.08%-
XYZ46.3349.241.24-
YUV185.66114.65133.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.79%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 162 (63.67% from 255) = 29.89%
R=35.79%
G=34.32%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418616200.040.160.244520.7869.8
HexC2BAA20410182d1546
Octal3022722420420305525106
Binary11000010101110101010001001001000011000101101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAA2; }

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

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

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

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

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

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

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

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