#C9BA95

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

Shades of Sisal #C9BA95

Tints of Sisal #C9BA95

Color information

#C9BA95 (or 0xC9BA95) is unknown color: approx Sisal. HEX triplet: C9, BA and 95. RGB value is (201,186,149). Sum of RGB (Red+Green+Blue) = 201+186+149=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BA95 is #36456A. Grayscale: #BABABA. Windows color (decimal): -3556715 or 9812681. OLE color: 9812681.

HSL color Cylindrical-coordinate representation of color #C9BA95: hue angle of 42.69º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9BA95 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB201186149-
CMYK00.070.260.21
HSL42.69º32.5%68.63%-
HSV(B)42.69º25.87%78.82%-
XYZ47.0749.7135.55-
YUV186.27106.97138.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=37.5%
G=34.70%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118614900.070.260.2142.6932.568.63
HexC9BA95071A152b2045
Octal3112722250732255340105
Binary110010011011101010010101011111010101011010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BA95; }

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

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

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

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

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

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

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

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