Shades of Pale Slate #C7BAB3
Tints of Pale Slate #C7BAB3
RGB
CMYK
RGB Variations
Color information
#C7BAB3 (or 0xC7BAB3) is known color: Pale Slate. HEX triplet: C7, BA and B3. RGB value is (199,186,179). Sum of RGB (Red+Green+Blue) = 199+186+179=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BAB3 is #38454C. Grayscale: #BDBDBD. Windows color (decimal): -3687757 or 11778759. OLE color: 11778759.
HSL color Cylindrical-coordinate representation of color #C7BAB3: hue angle of 21º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7BAB3 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 179 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.22 |
| HSL | 21º | 0.15% | 0.74% | - |
| HSV(B) | 21º | 0.1% | 0.78% | - |
| XYZ | 49.25 | 50.51 | 49.8 | - |
| YUV | 189.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 179 | 0 | 0.07 | 0.10 | 0.22 | 21 | 0.15 | 0.74 |
| Hex | C7 | BA | B3 | 0 | 7 | A | 16 | 15 | F | 4A |
| Octal | 307 | 272 | 263 | 0 | 7 | 12 | 26 | 25 | 17 | 112 |
| Binary | 11000111 | 10111010 | 10110011 | 0 | 111 | 1010 | 10110 | 10101 | 1111 | 1001010 |
Color Harmonies of #C7BAB3
Complementary color
Monochromatic Colors of #C7BAB3
Black with #C7BAB3
Text Example
Text Example
White with #C7BAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BAB3; }
p { color: rgb(199,186,179); }
H1.HeaderClassName
{
color: #C7BAB3;
}
.AnyTagClassName
{
color: #C7BAB3;
}
</style>
background-color css
<style>
a { background-color: #C7BAB3; }
a { background-color: rgb(199,186,179); }
div.DivClassName
{
background-color: #C7BAB3;
}
.BgClassName
{
background-color: #C7BAB3;
}
</style>
border-color css
<style>
span { border-color: #C7BAB3; }
span { border-color: rgb(199,186,179); }
td.TdClassName
{
border-color: #C7BAB3;
}
.TagClassName
{
border-color: #C7BAB3;
}
</style>