Shades of Pale Slate #C3BAB5
Tints of Pale Slate #C3BAB5
RGB
CMYK
RGB Variations
Color information
#C3BAB5 (or 0xC3BAB5) is known color: Pale Slate. HEX triplet: C3, BA and B5. RGB value is (195,186,181). Sum of RGB (Red+Green+Blue) = 195+186+181=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAB5 is #3C454A. Grayscale: #BCBCBC. Windows color (decimal): -3949899 or 11909827. OLE color: 11909827.
HSL color Cylindrical-coordinate representation of color #C3BAB5: hue angle of 21.43º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3BAB5 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 186 | 181 | - |
CMYK | 0 | 0.05 | 0.07 | 0.24 |
HSL | 21.43º | 0.1% | 0.74% | - |
HSV(B) | 21.43º | 0.07% | 0.76% | - |
XYZ | 48.41 | 50.06 | 50.83 | - |
YUV | 188.12 | 123.98 | 132.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 186 | 181 | 0 | 0.05 | 0.07 | 0.24 | 21.43 | 0.1 | 0.74 |
Hex | C3 | BA | B5 | 0 | 5 | 7 | 18 | 15 | A | 4A |
Octal | 303 | 272 | 265 | 0 | 5 | 7 | 30 | 25 | 12 | 112 |
Binary | 11000011 | 10111010 | 10110101 | 0 | 101 | 111 | 11000 | 10101 | 1010 | 1001010 |
Color Harmonies of #C3BAB5
Complementary color
Monochromatic Colors of #C3BAB5
Black with #C3BAB5
Text Example
Text Example
White with #C3BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAB5; }
p { color: rgb(195,186,181); }
H1.HeaderClassName
{
color: #C3BAB5;
}
.AnyTagClassName
{
color: #C3BAB5;
}
</style>
background-color css
<style>
a { background-color: #C3BAB5; }
a { background-color: rgb(195,186,181); }
div.DivClassName
{
background-color: #C3BAB5;
}
.BgClassName
{
background-color: #C3BAB5;
}
</style>
border-color css
<style>
span { border-color: #C3BAB5; }
span { border-color: rgb(195,186,181); }
td.TdClassName
{
border-color: #C3BAB5;
}
.TagClassName
{
border-color: #C3BAB5;
}
</style>