Shades of Pale Slate #C1B7B3
Tints of Pale Slate #C1B7B3
RGB
CMYK
RGB Variations
Color information
#C1B7B3 (or 0xC1B7B3) is known color: Pale Slate. HEX triplet: C1, B7 and B3. RGB value is (193,183,179). Sum of RGB (Red+Green+Blue) = 193+183+179=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B7B3 is #3E484C. Grayscale: #B9B9B9. Windows color (decimal): -4081741 or 11777985. OLE color: 11777985.
HSL color Cylindrical-coordinate representation of color #C1B7B3: hue angle of 17.14º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1B7B3 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 183 | 179 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.24 |
| HSL | 17.14º | 0.1% | 0.73% | - |
| HSV(B) | 17.14º | 0.07% | 0.76% | - |
| XYZ | 47.06 | 48.46 | 49.52 | - |
| YUV | 185.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 179 | 0 | 0.05 | 0.07 | 0.24 | 17.14 | 0.1 | 0.73 |
| Hex | C1 | B7 | B3 | 0 | 5 | 7 | 18 | 11 | A | 49 |
| Octal | 301 | 267 | 263 | 0 | 5 | 7 | 30 | 21 | 12 | 111 |
| Binary | 11000001 | 10110111 | 10110011 | 0 | 101 | 111 | 11000 | 10001 | 1010 | 1001001 |
Color Harmonies of #C1B7B3
Complementary color
Monochromatic Colors of #C1B7B3
Black with #C1B7B3
Text Example
Text Example
White with #C1B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B7B3; }
p { color: rgb(193,183,179); }
H1.HeaderClassName
{
color: #C1B7B3;
}
.AnyTagClassName
{
color: #C1B7B3;
}
</style>
background-color css
<style>
a { background-color: #C1B7B3; }
a { background-color: rgb(193,183,179); }
div.DivClassName
{
background-color: #C1B7B3;
}
.BgClassName
{
background-color: #C1B7B3;
}
</style>
border-color css
<style>
span { border-color: #C1B7B3; }
span { border-color: rgb(193,183,179); }
td.TdClassName
{
border-color: #C1B7B3;
}
.TagClassName
{
border-color: #C1B7B3;
}
</style>