#C7BB95

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

Shades of Sisal #C7BB95

Tints of Sisal #C7BB95

Color information

#C7BB95 (or 0xC7BB95) is unknown color: approx Sisal. HEX triplet: C7, BB and 95. RGB value is (199,187,149). Sum of RGB (Red+Green+Blue) = 199+187+149=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BB95 is #38446A. Grayscale: #BABABA. Windows color (decimal): -3687531 or 9812935. OLE color: 9812935.

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

Color convert

RGB199187149-
CMYK00.060.250.22
HSL45.6º30.86%68.24%-
HSV(B)45.6º25.13%78.04%-
XYZ46.7549.8535.59-
YUV186.26106.98137.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.20%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=37.20%
G=34.95%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918714900.060.250.2245.630.8668.24
HexC7BB950619162e1f44
Octal3072732250631265637104
Binary11000111101110111001010101101100110110101110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BB95; }

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

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

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

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

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

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

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

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