#C2BAA7

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

Shades of Sisal #C2BAA7

Tints of Sisal #C2BAA7

Color information

#C2BAA7 (or 0xC2BAA7) is unknown color: approx Sisal. HEX triplet: C2, BA and A7. RGB value is (194,186,167). Sum of RGB (Red+Green+Blue) = 194+186+167=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BAA7 is #3D4558. Grayscale: #BABABA. Windows color (decimal): -4015449 or 10992322. OLE color: 10992322.

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

Color convert

RGB194186167-
CMYK00.040.140.24
HSL42.22º18.12%70.78%-
HSV(B)42.22º13.92%76.08%-
XYZ46.7849.3843.62-
YUV186.23117.15133.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 167 (65.62% from 255) = 30.53%
R=35.47%
G=34.00%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418616700.040.140.2442.2218.1270.78
HexC2BAA704E182a1247
Octal3022722470416305222107
Binary1100001010111010101001110100111011000101010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAA7; }

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

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

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

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

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

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

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

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