#C2BAA5

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

Shades of Sisal #C2BAA5

Tints of Sisal #C2BAA5

Color information

#C2BAA5 (or 0xC2BAA5) is unknown color: approx Sisal. HEX triplet: C2, BA and A5. RGB value is (194,186,165). Sum of RGB (Red+Green+Blue) = 194+186+165=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BAA5 is #3D455A. Grayscale: #BABABA. Windows color (decimal): -4015451 or 10861250. OLE color: 10861250.

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

Color convert

RGB194186165-
CMYK00.040.150.24
HSL43.45º19.21%70.39%-
HSV(B)43.45º14.95%76.08%-
XYZ46.649.342.66-
YUV186116.15133.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 165 (64.84% from 255) = 30.28%
R=35.60%
G=34.13%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418616500.040.150.2443.4519.2170.39
HexC2BAA504F182b1346
Octal3022722450417305323106
Binary1100001010111010101001010100111111000101011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAA5; }

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

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

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

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

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

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

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

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