Shades of Charm #C07888
Tints of Charm #C07888
RGB
CMYK
RGB Variations
Color information
#C07888 (or 0xC07888) is known color: Charm. HEX triplet: C0, 78 and 88. RGB value is (192,120,136). Sum of RGB (Red+Green+Blue) = 192+120+136=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C07888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07888 is #3F8777. Grayscale: #8F8F8F. Windows color (decimal): -4163448 or 8943808. OLE color: 8943808.
HSL color Cylindrical-coordinate representation of color #C07888: hue angle of 346.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07888 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 136 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.25 |
| HSL | 346.67º | 0.36% | 0.61% | - |
| HSV(B) | 346.67º | 0.38% | 0.75% | - |
| XYZ | 32.9 | 26.42 | 26.66 | - |
| YUV | 143.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 136 | 0 | 0.38 | 0.29 | 0.25 | 346.67 | 0.36 | 0.61 |
| Hex | C0 | 78 | 88 | 0 | 26 | 1D | 19 | 15B | 24 | 3D |
| Octal | 300 | 170 | 210 | 0 | 46 | 35 | 31 | 533 | 44 | 75 |
| Binary | 11000000 | 1111000 | 10001000 | 0 | 100110 | 11101 | 11001 | 101011011 | 100100 | 111101 |
Color Harmonies of #C07888
Complementary color
Monochromatic Colors of #C07888
Black with #C07888
Text Example
Text Example
White with #C07888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07888; }
p { color: rgb(192,120,136); }
H1.HeaderClassName
{
color: #C07888;
}
.AnyTagClassName
{
color: #C07888;
}
</style>
background-color css
<style>
a { background-color: #C07888; }
a { background-color: rgb(192,120,136); }
div.DivClassName
{
background-color: #C07888;
}
.BgClassName
{
background-color: #C07888;
}
</style>
border-color css
<style>
span { border-color: #C07888; }
span { border-color: rgb(192,120,136); }
td.TdClassName
{
border-color: #C07888;
}
.TagClassName
{
border-color: #C07888;
}
</style>