Shades of Pale Slate #C3BEB9
Tints of Pale Slate #C3BEB9
RGB
CMYK
RGB Variations
Color information
#C3BEB9 (or 0xC3BEB9) is known color: Pale Slate. HEX triplet: C3, BE and B9. RGB value is (195,190,185). Sum of RGB (Red+Green+Blue) = 195+190+185=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEB9 is #3C4146. Grayscale: #BEBEBE. Windows color (decimal): -3948871 or 12172995. OLE color: 12172995.
HSL color Cylindrical-coordinate representation of color #C3BEB9: hue angle of 30º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3BEB9 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 190 | 185 | - |
CMYK | 0 | 0.03 | 0.05 | 0.24 |
HSL | 30º | 0.08% | 0.75% | - |
HSV(B) | 30º | 0.05% | 0.76% | - |
XYZ | 49.68 | 51.93 | 53.3 | - |
YUV | 190.93 | 124.66 | 130.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 190 | 185 | 0 | 0.03 | 0.05 | 0.24 | 30 | 0.08 | 0.75 |
Hex | C3 | BE | B9 | 0 | 3 | 5 | 18 | 1E | 8 | 4B |
Octal | 303 | 276 | 271 | 0 | 3 | 5 | 30 | 36 | 10 | 113 |
Binary | 11000011 | 10111110 | 10111001 | 0 | 11 | 101 | 11000 | 11110 | 1000 | 1001011 |
Color Harmonies of #C3BEB9
Complementary color
Monochromatic Colors of #C3BEB9
Black with #C3BEB9
Text Example
Text Example
White with #C3BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BEB9; }
p { color: rgb(195,190,185); }
H1.HeaderClassName
{
color: #C3BEB9;
}
.AnyTagClassName
{
color: #C3BEB9;
}
</style>
background-color css
<style>
a { background-color: #C3BEB9; }
a { background-color: rgb(195,190,185); }
div.DivClassName
{
background-color: #C3BEB9;
}
.BgClassName
{
background-color: #C3BEB9;
}
</style>
border-color css
<style>
span { border-color: #C3BEB9; }
span { border-color: rgb(195,190,185); }
td.TdClassName
{
border-color: #C3BEB9;
}
.TagClassName
{
border-color: #C3BEB9;
}
</style>