Shades of Pale Slate #C3BBB7
Tints of Pale Slate #C3BBB7
RGB
CMYK
RGB Variations
Color information
#C3BBB7 (or 0xC3BBB7) is known color: Pale Slate. HEX triplet: C3, BB and B7. RGB value is (195,187,183). Sum of RGB (Red+Green+Blue) = 195+187+183=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBB7 is #3C4448. Grayscale: #BCBCBC. Windows color (decimal): -3949641 or 12041155. OLE color: 12041155.
HSL color Cylindrical-coordinate representation of color #C3BBB7: hue angle of 20º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3BBB7 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 183 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.24 |
| HSL | 20º | 0.09% | 0.74% | - |
| HSV(B) | 20º | 0.06% | 0.76% | - |
| XYZ | 48.82 | 50.56 | 51.99 | - |
| YUV | 188.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 183 | 0 | 0.04 | 0.06 | 0.24 | 20 | 0.09 | 0.74 |
| Hex | C3 | BB | B7 | 0 | 4 | 6 | 18 | 14 | 9 | 4A |
| Octal | 303 | 273 | 267 | 0 | 4 | 6 | 30 | 24 | 11 | 112 |
| Binary | 11000011 | 10111011 | 10110111 | 0 | 100 | 110 | 11000 | 10100 | 1001 | 1001010 |
Color Harmonies of #C3BBB7
Complementary color
Monochromatic Colors of #C3BBB7
Black with #C3BBB7
Text Example
Text Example
White with #C3BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBB7; }
p { color: rgb(195,187,183); }
H1.HeaderClassName
{
color: #C3BBB7;
}
.AnyTagClassName
{
color: #C3BBB7;
}
</style>
background-color css
<style>
a { background-color: #C3BBB7; }
a { background-color: rgb(195,187,183); }
div.DivClassName
{
background-color: #C3BBB7;
}
.BgClassName
{
background-color: #C3BBB7;
}
</style>
border-color css
<style>
span { border-color: #C3BBB7; }
span { border-color: rgb(195,187,183); }
td.TdClassName
{
border-color: #C3BBB7;
}
.TagClassName
{
border-color: #C3BBB7;
}
</style>