#C7BA94

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

Shades of Sisal #C7BA94

Tints of Sisal #C7BA94

Color information

#C7BA94 (or 0xC7BA94) is unknown color: approx Sisal. HEX triplet: C7, BA and 94. RGB value is (199,186,148). Sum of RGB (Red+Green+Blue) = 199+186+148=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA94 is #38456B. Grayscale: #B9B9B9. Windows color (decimal): -3687788 or 9747143. OLE color: 9747143.

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

Color convert

RGB199186148-
CMYK00.070.260.22
HSL44.71º31.29%68.04%-
HSV(B)44.71º25.63%78.04%-
XYZ46.4649.435.1-
YUV185.56106.81137.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.34%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=37.34%
G=34.90%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918614800.070.260.2244.7131.2968.04
HexC7BA94071A162d1f44
Octal3072722240732265537104
Binary11000111101110101001010001111101010110101101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BA94; }

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

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

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

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

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

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

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

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