#C9BF93

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

Shades of Sisal #C9BF93

Tints of Sisal #C9BF93

Color information

#C9BF93 (or 0xC9BF93) is unknown color: approx Sisal. HEX triplet: C9, BF and 93. RGB value is (201,191,147). Sum of RGB (Red+Green+Blue) = 201+191+147=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BF93 is #36406C. Grayscale: #BDBDBD. Windows color (decimal): -3555437 or 9682889. OLE color: 9682889.

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

Color convert

RGB201191147-
CMYK00.050.270.21
HSL48.89º33.33%68.24%-
HSV(B)48.89º26.87%78.82%-
XYZ47.9851.7935.07-
YUV188.97104.31136.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 147 (57.81% from 255) = 27.27%
R=37.29%
G=35.44%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119114700.050.270.2148.8933.3368.24
HexC9BF93051B15312144
Octal3112772230533256141104
Binary110010011011111110010011010111011101011100011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BF93; }

 p { color: rgb(201,191,147); }

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

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

 a { background-color: rgb(201,191,147); }

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

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

 span { border-color: rgb(201,191,147); }

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