#C0BBB9

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

Shades of Pale Slate #C0BBB9

Tints of Pale Slate #C0BBB9

Color information

#C0BBB9 (or 0xC0BBB9) is unknown color: approx Pale Slate. HEX triplet: C0, BB and B9. RGB value is (192,187,185). Sum of RGB (Red+Green+Blue) = 192+187+185=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBB9 is #3F4446. Grayscale: #BCBCBC. Windows color (decimal): -4146247 or 12172224. OLE color: 12172224.

HSL color Cylindrical-coordinate representation of color #C0BBB9: hue angle of 17.14º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0BBB9 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB192187185-
CMYK00.030.040.25
HSL17.14º5.26%73.92%-
HSV(B)17.14º3.65%75.29%-
XYZ48.2750.2553.05-
YUV188.27126.16130.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.04%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=34.04%
G=33.16%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218718500.030.040.2517.145.2673.92
HexC0BBB9034191154a
Octal30027327103431215112
Binary11000000101110111011100101110011001100011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBB9; }

 p { color: rgb(192,187,185); }

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

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

 a { background-color: rgb(192,187,185); }

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

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

 span { border-color: rgb(192,187,185); }

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