Shades of Pale Slate #C3BAB3
Tints of Pale Slate #C3BAB3
RGB
CMYK
RGB Variations
Color information
#C3BAB3 (or 0xC3BAB3) is known color: Pale Slate. HEX triplet: C3, BA and B3. RGB value is (195,186,179). Sum of RGB (Red+Green+Blue) = 195+186+179=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAB3 is #3C454C. Grayscale: #BBBBBB. Windows color (decimal): -3949901 or 11778755. OLE color: 11778755.
HSL color Cylindrical-coordinate representation of color #C3BAB3: hue angle of 26.25º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3BAB3 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 179 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.24 |
| HSL | 26.25º | 0.12% | 0.73% | - |
| HSV(B) | 26.25º | 0.08% | 0.76% | - |
| XYZ | 48.2 | 49.97 | 49.75 | - |
| YUV | 187.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 179 | 0 | 0.05 | 0.08 | 0.24 | 26.25 | 0.12 | 0.73 |
| Hex | C3 | BA | B3 | 0 | 5 | 8 | 18 | 1A | C | 49 |
| Octal | 303 | 272 | 263 | 0 | 5 | 10 | 30 | 32 | 14 | 111 |
| Binary | 11000011 | 10111010 | 10110011 | 0 | 101 | 1000 | 11000 | 11010 | 1100 | 1001001 |
Color Harmonies of #C3BAB3
Complementary color
Monochromatic Colors of #C3BAB3
Black with #C3BAB3
Text Example
Text Example
White with #C3BAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAB3; }
p { color: rgb(195,186,179); }
H1.HeaderClassName
{
color: #C3BAB3;
}
.AnyTagClassName
{
color: #C3BAB3;
}
</style>
background-color css
<style>
a { background-color: #C3BAB3; }
a { background-color: rgb(195,186,179); }
div.DivClassName
{
background-color: #C3BAB3;
}
.BgClassName
{
background-color: #C3BAB3;
}
</style>
border-color css
<style>
span { border-color: #C3BAB3; }
span { border-color: rgb(195,186,179); }
td.TdClassName
{
border-color: #C3BAB3;
}
.TagClassName
{
border-color: #C3BAB3;
}
</style>