Shades of Pale Slate #C7BEB5
Tints of Pale Slate #C7BEB5
RGB
CMYK
RGB Variations
Color information
#C7BEB5 (or 0xC7BEB5) is known color: Pale Slate. HEX triplet: C7, BE and B5. RGB value is (199,190,181). Sum of RGB (Red+Green+Blue) = 199+190+181=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEB5 is #38414A. Grayscale: #BFBFBF. Windows color (decimal): -3686731 or 11910855. OLE color: 11910855.
HSL color Cylindrical-coordinate representation of color #C7BEB5: hue angle of 30º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7BEB5 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 190 | 181 | - |
CMYK | 0 | 0.05 | 0.09 | 0.22 |
HSL | 30º | 0.14% | 0.75% | - |
HSV(B) | 30º | 0.09% | 0.78% | - |
XYZ | 50.31 | 52.31 | 51.16 | - |
YUV | 191.67 | 121.98 | 133.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 190 | 181 | 0 | 0.05 | 0.09 | 0.22 | 30 | 0.14 | 0.75 |
Hex | C7 | BE | B5 | 0 | 5 | 9 | 16 | 1E | E | 4B |
Octal | 307 | 276 | 265 | 0 | 5 | 11 | 26 | 36 | 16 | 113 |
Binary | 11000111 | 10111110 | 10110101 | 0 | 101 | 1001 | 10110 | 11110 | 1110 | 1001011 |
Color Harmonies of #C7BEB5
Complementary color
Monochromatic Colors of #C7BEB5
Black with #C7BEB5
Text Example
Text Example
White with #C7BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEB5; }
p { color: rgb(199,190,181); }
H1.HeaderClassName
{
color: #C7BEB5;
}
.AnyTagClassName
{
color: #C7BEB5;
}
</style>
background-color css
<style>
a { background-color: #C7BEB5; }
a { background-color: rgb(199,190,181); }
div.DivClassName
{
background-color: #C7BEB5;
}
.BgClassName
{
background-color: #C7BEB5;
}
</style>
border-color css
<style>
span { border-color: #C7BEB5; }
span { border-color: rgb(199,190,181); }
td.TdClassName
{
border-color: #C7BEB5;
}
.TagClassName
{
border-color: #C7BEB5;
}
</style>