Shades of Charm #C07D87
Tints of Charm #C07D87
RGB
CMYK
RGB Variations
Color information
#C07D87 (or 0xC07D87) is known color: Charm. HEX triplet: C0, 7D and 87. RGB value is (192,125,135). Sum of RGB (Red+Green+Blue) = 192+125+135=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07D87 is #3F8278. Grayscale: #929292. Windows color (decimal): -4162169 or 8879552. OLE color: 8879552.
HSL color Cylindrical-coordinate representation of color #C07D87: hue angle of 351.04º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07D87 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 135 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.25 |
| HSL | 351.04º | 0.35% | 0.62% | - |
| HSV(B) | 351.04º | 0.35% | 0.75% | - |
| XYZ | 33.45 | 27.62 | 26.49 | - |
| YUV | 146.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 135 | 0 | 0.35 | 0.30 | 0.25 | 351.04 | 0.35 | 0.62 |
| Hex | C0 | 7D | 87 | 0 | 23 | 1E | 19 | 15F | 23 | 3E |
| Octal | 300 | 175 | 207 | 0 | 43 | 36 | 31 | 537 | 43 | 76 |
| Binary | 11000000 | 1111101 | 10000111 | 0 | 100011 | 11110 | 11001 | 101011111 | 100011 | 111110 |
Color Harmonies of #C07D87
Complementary color
Monochromatic Colors of #C07D87
Black with #C07D87
Text Example
Text Example
White with #C07D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D87; }
p { color: rgb(192,125,135); }
H1.HeaderClassName
{
color: #C07D87;
}
.AnyTagClassName
{
color: #C07D87;
}
</style>
background-color css
<style>
a { background-color: #C07D87; }
a { background-color: rgb(192,125,135); }
div.DivClassName
{
background-color: #C07D87;
}
.BgClassName
{
background-color: #C07D87;
}
</style>
border-color css
<style>
span { border-color: #C07D87; }
span { border-color: rgb(192,125,135); }
td.TdClassName
{
border-color: #C07D87;
}
.TagClassName
{
border-color: #C07D87;
}
</style>