#C7BA95

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

Shades of Sisal #C7BA95

Tints of Sisal #C7BA95

Color information

#C7BA95 (or 0xC7BA95) is unknown color: approx Sisal. HEX triplet: C7, BA and 95. RGB value is (199,186,149). Sum of RGB (Red+Green+Blue) = 199+186+149=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA95 is #38456A. Grayscale: #B9B9B9. Windows color (decimal): -3687787 or 9812679. OLE color: 9812679.

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

Color convert

RGB199186149-
CMYK00.070.250.22
HSL44.4º30.86%68.24%-
HSV(B)44.4º25.13%78.04%-
XYZ46.5449.4335.52-
YUV185.67107.31137.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.27%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=37.27%
G=34.83%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918614900.070.250.2244.430.8668.24
HexC7BA950719162c1f44
Octal3072722250731265437104
Binary11000111101110101001010101111100110110101100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BA95; }

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

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

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

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

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

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

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

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