Html Css Color HEX #C9C0BA Pale Slate

📋 copy color: '#C9C0BA'

red 201 ◦ green 192 ◦ blue 186

#C9C0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Slate #C9C0BA

Tints of Pale Slate #C9C0BA

RGB

 RED value IS 201 (78.91% from 255) = 34.72%

 GREEN value IS 192 (75.39% from 255) = 33.16%

 BLUE value IS 186 (73.05% from 255) = 32.12%

R = 34.72%
G = 33.16%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9C0BA (or 0xC9C0BA) is known color: Pale Slate. HEX triplet: C9, C0 and BA. RGB value is (201,192,186). Sum of RGB (Red+Green+Blue) = 201+192+186=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C0BA is #363F45. Grayscale: #C2C2C2. Windows color (decimal): -3555142 or 12239049. OLE color: 12239049.

HSL color Cylindrical-coordinate representation of color #C9C0BA: hue angle of 24º 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 #C9C0BA is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 192 186 -
CMYK 0 0.04 0.07 0.21
HSL 24º 0.12% 0.76% -
HSV(B) 24º 0.07% 0.79% -
XYZ 51.8 53.66 54.08 -
YUV 194.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 201 192 186 0 0.04 0.07 0.21 24 0.12 0.76
Hex C9 C0 BA 0 4 7 15 18 C 4C
Octal 311 300 272 0 4 7 25 30 14 114
Binary 11001001 11000000 10111010 0 100 111 10101 11000 1100 1001100

Color Harmonies of #C9C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C0BA

Black with #C9C0BA

Text Example


Text Example

White with #C9C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C0BA; }

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

 H1.HeaderClassName
 {
   color: #C9C0BA;
 }
 .AnyTagClassName
 {
   color: #C9C0BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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