#C9C1BA

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

Shades of Pale Slate #C9C1BA

Tints of Pale Slate #C9C1BA

Color information

#C9C1BA (or 0xC9C1BA) is unknown color: approx Pale Slate. HEX triplet: C9, C1 and BA. RGB value is (201,193,186). Sum of RGB (Red+Green+Blue) = 201+193+186=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C1BA is #363E45. Grayscale: #C2C2C2. Windows color (decimal): -3554886 or 12239305. OLE color: 12239305.

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

Color convert

RGB201193186-
CMYK00.040.070.21
HSL28º12.2%75.88%-
HSV(B)28º7.46%78.82%-
XYZ52.0254.154.16-
YUV194.59123.15132.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 193 (75.78% from 255) = 33.28%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=34.66%
G=33.28%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119318600.040.070.212812.275.88
HexC9C1BA047151cc4c
Octal311301272047253414114
Binary1100100111000001101110100100111101011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C1BA; }

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

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

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

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

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

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

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

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