Shades of Charm #C07C80
Tints of Charm #C07C80
RGB
CMYK
RGB Variations
Color information
#C07C80 (or 0xC07C80) is known color: Charm. HEX triplet: C0, 7C and 80. RGB value is (192,124,128). Sum of RGB (Red+Green+Blue) = 192+124+128=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07C80 is #3F837F. Grayscale: #909090. Windows color (decimal): -4162432 or 8420544. OLE color: 8420544.
HSL color Cylindrical-coordinate representation of color #C07C80: hue angle of 356.47º 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 #C07C80 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 128 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.25 |
| HSL | 356.47º | 0.35% | 0.62% | - |
| HSV(B) | 356.47º | 0.35% | 0.75% | - |
| XYZ | 32.84 | 27.18 | 23.94 | - |
| YUV | 144.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 128 | 0 | 0.35 | 0.33 | 0.25 | 356.47 | 0.35 | 0.62 |
| Hex | C0 | 7C | 80 | 0 | 23 | 21 | 19 | 164 | 23 | 3E |
| Octal | 300 | 174 | 200 | 0 | 43 | 41 | 31 | 544 | 43 | 76 |
| Binary | 11000000 | 1111100 | 10000000 | 0 | 100011 | 100001 | 11001 | 101100100 | 100011 | 111110 |
Color Harmonies of #C07C80
Complementary color
Monochromatic Colors of #C07C80
Black with #C07C80
Text Example
Text Example
White with #C07C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C80; }
p { color: rgb(192,124,128); }
H1.HeaderClassName
{
color: #C07C80;
}
.AnyTagClassName
{
color: #C07C80;
}
</style>
background-color css
<style>
a { background-color: #C07C80; }
a { background-color: rgb(192,124,128); }
div.DivClassName
{
background-color: #C07C80;
}
.BgClassName
{
background-color: #C07C80;
}
</style>
border-color css
<style>
span { border-color: #C07C80; }
span { border-color: rgb(192,124,128); }
td.TdClassName
{
border-color: #C07C80;
}
.TagClassName
{
border-color: #C07C80;
}
</style>