#C9C4BF

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

Shades of Pale Slate #C9C4BF

Tints of Pale Slate #C9C4BF

Color information

#C9C4BF (or 0xC9C4BF) is unknown color: approx Pale Slate. HEX triplet: C9, C4 and BF. RGB value is (201,196,191). Sum of RGB (Red+Green+Blue) = 201+196+191=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C4BF is #363B40. Grayscale: #C4C4C4. Windows color (decimal): -3554113 or 12567753. OLE color: 12567753.

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

Color convert

RGB201196191-
CMYK00.020.050.21
HSL30º8.47%76.86%-
HSV(B)30º4.98%78.82%-
XYZ53.2355.6657.23-
YUV196.92124.66130.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.18%
GREEN value IS 196 (76.95% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 32.48%
R=34.18%
G=33.33%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119619100.020.050.21308.4776.86
HexC9C4BF025151e84d
Octal311304277025253610115
Binary110010011100010010111111010101101011111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C4BF; }

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

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

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

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

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

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

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

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