#C9BFA7

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

Shades of Sisal #C9BFA7

Tints of Sisal #C9BFA7

Color information

#C9BFA7 (or 0xC9BFA7) is unknown color: approx Sisal. HEX triplet: C9, BF and A7. RGB value is (201,191,167). Sum of RGB (Red+Green+Blue) = 201+191+167=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 167 (65.62% from 255 or 29.87% from 559); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BFA7 is #364058. Grayscale: #BFBFBF. Windows color (decimal): -3555417 or 10993609. OLE color: 10993609.

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

Color convert

RGB201191167-
CMYK00.050.170.21
HSL42.35º23.94%72.16%-
HSV(B)42.35º16.92%78.82%-
XYZ49.6952.4744.07-
YUV191.25114.31134.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 167 (65.62% from 255) = 29.87%
R=35.96%
G=34.17%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119116700.050.170.2142.3523.9472.16
HexC9BFA70511152a1848
Octal3112772470521255230110
Binary11001001101111111010011101011000110101101010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFA7; }

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

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

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

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

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

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

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

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