#C9BE94

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

Shades of Sisal #C9BE94

Tints of Sisal #C9BE94

Color information

#C9BE94 (or 0xC9BE94) is unknown color: approx Sisal. HEX triplet: C9, BE and 94. RGB value is (201,190,148). Sum of RGB (Red+Green+Blue) = 201+190+148=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BE94 is #36416B. Grayscale: #BCBCBC. Windows color (decimal): -3555692 or 9748169. OLE color: 9748169.

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

Color convert

RGB201190148-
CMYK00.050.260.21
HSL47.55º32.92%68.43%-
HSV(B)47.55º26.37%78.82%-
XYZ47.8551.3835.41-
YUV188.5105.14136.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 148 (58.20% from 255) = 27.46%
R=37.29%
G=35.25%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119014800.050.260.2147.5532.9268.43
HexC9BE94051A15302144
Octal3112762240532256041104
Binary110010011011111010010100010111010101011100001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BE94; }

 p { color: rgb(201,190,148); }

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

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

 a { background-color: rgb(201,190,148); }

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

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

 span { border-color: rgb(201,190,148); }

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