#C9BD95

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

Shades of Sisal #C9BD95

Tints of Sisal #C9BD95

Color information

#C9BD95 (or 0xC9BD95) is unknown color: approx Sisal. HEX triplet: C9, BD and 95. RGB value is (201,189,149). Sum of RGB (Red+Green+Blue) = 201+189+149=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BD95 is #36426A. Grayscale: #BCBCBC. Windows color (decimal): -3555947 or 9813449. OLE color: 9813449.

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

Color convert

RGB201189149-
CMYK00.060.260.21
HSL46.15º32.5%68.63%-
HSV(B)46.15º25.87%78.82%-
XYZ47.7150.9835.76-
YUV188.03105.98137.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=37.29%
G=35.06%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118914900.060.260.2146.1532.568.63
HexC9BD95061A152e2045
Octal3112752250632255640105
Binary110010011011110110010101011011010101011011101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BD95; }

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

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

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

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

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

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

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

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