Shades of Pale Slate #C6C1BE
Tints of Pale Slate #C6C1BE
RGB
CMYK
RGB Variations
Color information
#C6C1BE (or 0xC6C1BE) is known color: Pale Slate. HEX triplet: C6, C1 and BE. RGB value is (198,193,190). Sum of RGB (Red+Green+Blue) = 198+193+190=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C1BE is #393E41. Grayscale: #C2C2C2. Windows color (decimal): -3751490 or 12501446. OLE color: 12501446.
HSL color Cylindrical-coordinate representation of color #C6C1BE: hue angle of 22.5º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C6C1BE is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 190 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.22 |
| HSL | 22.5º | 0.07% | 0.76% | - |
| HSV(B) | 22.5º | 0.04% | 0.78% | - |
| XYZ | 51.65 | 53.86 | 56.39 | - |
| YUV | 194.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 190 | 0 | 0.03 | 0.04 | 0.22 | 22.5 | 0.07 | 0.76 |
| Hex | C6 | C1 | BE | 0 | 3 | 4 | 16 | 16 | 7 | 4C |
| Octal | 306 | 301 | 276 | 0 | 3 | 4 | 26 | 26 | 7 | 114 |
| Binary | 11000110 | 11000001 | 10111110 | 0 | 11 | 100 | 10110 | 10110 | 111 | 1001100 |
Color Harmonies of #C6C1BE
Complementary color
Monochromatic Colors of #C6C1BE
Black with #C6C1BE
Text Example
Text Example
White with #C6C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C1BE; }
p { color: rgb(198,193,190); }
H1.HeaderClassName
{
color: #C6C1BE;
}
.AnyTagClassName
{
color: #C6C1BE;
}
</style>
background-color css
<style>
a { background-color: #C6C1BE; }
a { background-color: rgb(198,193,190); }
div.DivClassName
{
background-color: #C6C1BE;
}
.BgClassName
{
background-color: #C6C1BE;
}
</style>
border-color css
<style>
span { border-color: #C6C1BE; }
span { border-color: rgb(198,193,190); }
td.TdClassName
{
border-color: #C6C1BE;
}
.TagClassName
{
border-color: #C6C1BE;
}
</style>