Shades of Charm #C07C88
Tints of Charm #C07C88
RGB
CMYK
RGB Variations
Color information
#C07C88 (or 0xC07C88) is known color: Charm. HEX triplet: C0, 7C and 88. RGB value is (192,124,136). Sum of RGB (Red+Green+Blue) = 192+124+136=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07C88 is #3F8377. Grayscale: #919191. Windows color (decimal): -4162424 or 8944832. OLE color: 8944832.
HSL color Cylindrical-coordinate representation of color #C07C88: hue angle of 349.41º 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 #C07C88 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 136 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.25 |
| HSL | 349.41º | 0.35% | 0.62% | - |
| HSV(B) | 349.41º | 0.35% | 0.75% | - |
| XYZ | 33.39 | 27.4 | 26.82 | - |
| YUV | 145.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 136 | 0 | 0.35 | 0.29 | 0.25 | 349.41 | 0.35 | 0.62 |
| Hex | C0 | 7C | 88 | 0 | 23 | 1D | 19 | 15D | 23 | 3E |
| Octal | 300 | 174 | 210 | 0 | 43 | 35 | 31 | 535 | 43 | 76 |
| Binary | 11000000 | 1111100 | 10001000 | 0 | 100011 | 11101 | 11001 | 101011101 | 100011 | 111110 |
Color Harmonies of #C07C88
Complementary color
Monochromatic Colors of #C07C88
Black with #C07C88
Text Example
Text Example
White with #C07C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C88; }
p { color: rgb(192,124,136); }
H1.HeaderClassName
{
color: #C07C88;
}
.AnyTagClassName
{
color: #C07C88;
}
</style>
background-color css
<style>
a { background-color: #C07C88; }
a { background-color: rgb(192,124,136); }
div.DivClassName
{
background-color: #C07C88;
}
.BgClassName
{
background-color: #C07C88;
}
</style>
border-color css
<style>
span { border-color: #C07C88; }
span { border-color: rgb(192,124,136); }
td.TdClassName
{
border-color: #C07C88;
}
.TagClassName
{
border-color: #C07C88;
}
</style>