#C7BAA4

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

Shades of Sisal #C7BAA4

Tints of Sisal #C7BAA4

Color information

#C7BAA4 (or 0xC7BAA4) is unknown color: approx Sisal. HEX triplet: C7, BA and A4. RGB value is (199,186,164). Sum of RGB (Red+Green+Blue) = 199+186+164=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BAA4 is #38455B. Grayscale: #BBBBBB. Windows color (decimal): -3687772 or 10795719. OLE color: 10795719.

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

Color convert

RGB199186164-
CMYK00.070.180.22
HSL37.71º23.81%71.18%-
HSV(B)37.71º17.59%78.04%-
XYZ47.8149.9442.24-
YUV187.38114.81136.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.25%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 164 (64.45% from 255) = 29.87%
R=36.25%
G=33.88%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918616400.070.180.2237.7123.8171.18
HexC7BAA4071216261847
Octal3072722440722264630107
Binary11000111101110101010010001111001010110100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAA4; }

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

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

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

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

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

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

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

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