#C7BAA0

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

Shades of Sisal #C7BAA0

Tints of Sisal #C7BAA0

Color information

#C7BAA0 (or 0xC7BAA0) is unknown color: approx Sisal. HEX triplet: C7, BA and A0. RGB value is (199,186,160). Sum of RGB (Red+Green+Blue) = 199+186+160=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BAA0 is #38455F. Grayscale: #BBBBBB. Windows color (decimal): -3687776 or 10533575. OLE color: 10533575.

HSL color Cylindrical-coordinate representation of color #C7BAA0: hue angle of 40º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7BAA0 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB199186160-
CMYK00.070.200.22
HSL40º25.83%70.39%-
HSV(B)40º19.6%78.04%-
XYZ47.4649.840.37-
YUV186.92112.81136.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.51%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 160 (62.89% from 255) = 29.36%
R=36.51%
G=34.13%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918616000.070.200.224025.8370.39
HexC7BAA0071416281a46
Octal3072722400724265032106
Binary11000111101110101010000001111010010110101000110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAA0; }

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

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

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

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

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

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

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

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