Shades of Charm #C87993
Tints of Charm #C87993
RGB
CMYK
RGB Variations
Color information
#C87993 (or 0xC87993) is known color: Charm. HEX triplet: C8, 79 and 93. RGB value is (200,121,147). Sum of RGB (Red+Green+Blue) = 200+121+147=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C87993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87993 is #37866C. Grayscale: #939393. Windows color (decimal): -3638893 or 9664968. OLE color: 9664968.
HSL color Cylindrical-coordinate representation of color #C87993: hue angle of 340.25º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87993 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 147 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.22 |
| HSL | 340.25º | 0.42% | 0.63% | - |
| HSV(B) | 340.25º | 0.4% | 0.78% | - |
| XYZ | 35.92 | 28.06 | 31.13 | - |
| YUV | 147.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 147 | 0 | 0.39 | 0.26 | 0.22 | 340.25 | 0.42 | 0.63 |
| Hex | C8 | 79 | 93 | 0 | 27 | 1A | 16 | 154 | 2A | 3F |
| Octal | 310 | 171 | 223 | 0 | 47 | 32 | 26 | 524 | 52 | 77 |
| Binary | 11001000 | 1111001 | 10010011 | 0 | 100111 | 11010 | 10110 | 101010100 | 101010 | 111111 |
Color Harmonies of #C87993
Complementary color
Monochromatic Colors of #C87993
Black with #C87993
Text Example
Text Example
White with #C87993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87993; }
p { color: rgb(200,121,147); }
H1.HeaderClassName
{
color: #C87993;
}
.AnyTagClassName
{
color: #C87993;
}
</style>
background-color css
<style>
a { background-color: #C87993; }
a { background-color: rgb(200,121,147); }
div.DivClassName
{
background-color: #C87993;
}
.BgClassName
{
background-color: #C87993;
}
</style>
border-color css
<style>
span { border-color: #C87993; }
span { border-color: rgb(200,121,147); }
td.TdClassName
{
border-color: #C87993;
}
.TagClassName
{
border-color: #C87993;
}
</style>