#C9BAB0

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

Shades of Pale Slate #C9BAB0

Tints of Pale Slate #C9BAB0

Color information

#C9BAB0 (or 0xC9BAB0) is unknown color: approx Pale Slate. HEX triplet: C9, BA and B0. RGB value is (201,186,176). Sum of RGB (Red+Green+Blue) = 201+186+176=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BAB0 is #36454F. Grayscale: #BDBDBD. Windows color (decimal): -3556688 or 11582153. OLE color: 11582153.

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

Color convert

RGB201186176-
CMYK00.070.120.21
HSL24º18.8%73.92%-
HSV(B)24º12.44%78.82%-
XYZ49.4850.6748.25-
YUV189.34120.47136.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.70%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 176 (69.14% from 255) = 31.26%
R=35.70%
G=33.04%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118617600.070.120.212418.873.92
HexC9BAB007C1518134a
Octal3112722600714253023112
Binary110010011011101010110000011111001010111000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAB0; }

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

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

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

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

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

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

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

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