#C9BDA5

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

Shades of Sisal #C9BDA5

Tints of Sisal #C9BDA5

Color information

#C9BDA5 (or 0xC9BDA5) is unknown color: approx Sisal. HEX triplet: C9, BD and A5. RGB value is (201,189,165). Sum of RGB (Red+Green+Blue) = 201+189+165=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BDA5 is #36425A. Grayscale: #BDBDBD. Windows color (decimal): -3555931 or 10862025. OLE color: 10862025.

HSL color Cylindrical-coordinate representation of color #C9BDA5: hue angle of 40º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9BDA5 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB201189165-
CMYK00.060.180.21
HSL40º25%71.76%-
HSV(B)40º17.91%78.82%-
XYZ49.0851.5342.96-
YUV189.85113.98135.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.22%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 165 (64.84% from 255) = 29.73%
R=36.22%
G=34.05%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118916500.060.180.21402571.76
HexC9BDA5061215281948
Octal3112752450622255031110
Binary11001001101111011010010101101001010101101000110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDA5; }

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

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

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

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

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

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

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

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