Shades of Pale Slate #C7BEB7
Tints of Pale Slate #C7BEB7
RGB
CMYK
RGB Variations
Color information
#C7BEB7 (or 0xC7BEB7) is known color: Pale Slate. HEX triplet: C7, BE and B7. RGB value is (199,190,183). Sum of RGB (Red+Green+Blue) = 199+190+183=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEB7 is #384148. Grayscale: #BFBFBF. Windows color (decimal): -3686729 or 12041927. OLE color: 12041927.
HSL color Cylindrical-coordinate representation of color #C7BEB7: hue angle of 26.25º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7BEB7 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 190 | 183 | - |
CMYK | 0 | 0.05 | 0.08 | 0.22 |
HSL | 26.25º | 0.13% | 0.75% | - |
HSV(B) | 26.25º | 0.08% | 0.78% | - |
XYZ | 50.51 | 52.39 | 52.25 | - |
YUV | 191.89 | 122.98 | 133.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 190 | 183 | 0 | 0.05 | 0.08 | 0.22 | 26.25 | 0.13 | 0.75 |
Hex | C7 | BE | B7 | 0 | 5 | 8 | 16 | 1A | C | 4B |
Octal | 307 | 276 | 267 | 0 | 5 | 10 | 26 | 32 | 14 | 113 |
Binary | 11000111 | 10111110 | 10110111 | 0 | 101 | 1000 | 10110 | 11010 | 1100 | 1001011 |
Color Harmonies of #C7BEB7
Complementary color
Monochromatic Colors of #C7BEB7
Black with #C7BEB7
Text Example
Text Example
White with #C7BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEB7; }
p { color: rgb(199,190,183); }
H1.HeaderClassName
{
color: #C7BEB7;
}
.AnyTagClassName
{
color: #C7BEB7;
}
</style>
background-color css
<style>
a { background-color: #C7BEB7; }
a { background-color: rgb(199,190,183); }
div.DivClassName
{
background-color: #C7BEB7;
}
.BgClassName
{
background-color: #C7BEB7;
}
</style>
border-color css
<style>
span { border-color: #C7BEB7; }
span { border-color: rgb(199,190,183); }
td.TdClassName
{
border-color: #C7BEB7;
}
.TagClassName
{
border-color: #C7BEB7;
}
</style>