#C2BAA4

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

Shades of Sisal #C2BAA4

Tints of Sisal #C2BAA4

Color information

#C2BAA4 (or 0xC2BAA4) is unknown color: approx Sisal. HEX triplet: C2, BA and A4. RGB value is (194,186,164). Sum of RGB (Red+Green+Blue) = 194+186+164=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BAA4 is #3D455B. Grayscale: #B9B9B9. Windows color (decimal): -4015452 or 10795714. OLE color: 10795714.

HSL color Cylindrical-coordinate representation of color #C2BAA4: hue angle of 44º degrees, saturation: 0.2, 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 #C2BAA4 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB194186164-
CMYK00.040.150.24
HSL44º19.74%70.2%-
HSV(B)44º15.46%76.08%-
XYZ46.5149.2742.18-
YUV185.88115.65133.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.66%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 164 (64.45% from 255) = 30.15%
R=35.66%
G=34.19%
B=30.15%

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
Decimal19418616400.040.150.244419.7470.2
HexC2BAA404F182c1446
Octal3022722440417305424106
Binary1100001010111010101001000100111111000101100101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAA4; }

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

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

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

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

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

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

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

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