#C9C1BD

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

Shades of Pale Slate #C9C1BD

Tints of Pale Slate #C9C1BD

Color information

#C9C1BD (or 0xC9C1BD) is unknown color: approx Pale Slate. HEX triplet: C9, C1 and BD. RGB value is (201,193,189). Sum of RGB (Red+Green+Blue) = 201+193+189=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C1BD is #363E42. Grayscale: #C2C2C2. Windows color (decimal): -3554883 or 12435913. OLE color: 12435913.

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

Color convert

RGB201193189-
CMYK00.040.060.21
HSL20º10%76.47%-
HSV(B)20º5.97%78.82%-
XYZ52.3454.2355.85-
YUV194.94124.65132.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.48%
GREEN value IS 193 (75.78% from 255) = 33.10%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=34.48%
G=33.10%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119318900.040.060.21201076.47
HexC9C1BD0461514a4c
Octal311301275046252412114
Binary1100100111000001101111010100110101011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C1BD; }

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

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

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

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

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

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

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

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