#C7BA96

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

Shades of Sisal #C7BA96

Tints of Sisal #C7BA96

Color information

#C7BA96 (or 0xC7BA96) is unknown color: approx Sisal. HEX triplet: C7, BA and 96. RGB value is (199,186,150). Sum of RGB (Red+Green+Blue) = 199+186+150=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA96 is #384569. Grayscale: #B9B9B9. Windows color (decimal): -3687786 or 9878215. OLE color: 9878215.

HSL color Cylindrical-coordinate representation of color #C7BA96: hue angle of 44.08º degrees, saturation: 0.3, 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 #C7BA96 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB199186150-
CMYK00.070.250.22
HSL44.08º30.43%68.43%-
HSV(B)44.08º24.62%78.04%-
XYZ46.6249.4635.94-
YUV185.78107.81137.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.20%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 150 (58.98% from 255) = 28.04%
R=37.20%
G=34.77%
B=28.04%

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
Decimal19918615000.070.250.2244.0830.4368.43
HexC7BA960719162c1e44
Octal3072722260731265436104
Binary11000111101110101001011001111100110110101100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BA96; }

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

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

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

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

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

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

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

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