Shades of Charm #C07C81
Tints of Charm #C07C81
RGB
CMYK
RGB Variations
Color information
#C07C81 (or 0xC07C81) is known color: Charm. HEX triplet: C0, 7C and 81. RGB value is (192,124,129). Sum of RGB (Red+Green+Blue) = 192+124+129=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07C81 is #3F837E. Grayscale: #909090. Windows color (decimal): -4162431 or 8486080. OLE color: 8486080.
HSL color Cylindrical-coordinate representation of color #C07C81: hue angle of 355.59º 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 #C07C81 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 129 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.25 |
| HSL | 355.59º | 0.35% | 0.62% | - |
| HSV(B) | 355.59º | 0.35% | 0.75% | - |
| XYZ | 32.91 | 27.21 | 24.29 | - |
| YUV | 144.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 129 | 0 | 0.35 | 0.33 | 0.25 | 355.59 | 0.35 | 0.62 |
| Hex | C0 | 7C | 81 | 0 | 23 | 21 | 19 | 164 | 23 | 3E |
| Octal | 300 | 174 | 201 | 0 | 43 | 41 | 31 | 544 | 43 | 76 |
| Binary | 11000000 | 1111100 | 10000001 | 0 | 100011 | 100001 | 11001 | 101100100 | 100011 | 111110 |
Color Harmonies of #C07C81
Complementary color
Monochromatic Colors of #C07C81
Black with #C07C81
Text Example
Text Example
White with #C07C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C81; }
p { color: rgb(192,124,129); }
H1.HeaderClassName
{
color: #C07C81;
}
.AnyTagClassName
{
color: #C07C81;
}
</style>
background-color css
<style>
a { background-color: #C07C81; }
a { background-color: rgb(192,124,129); }
div.DivClassName
{
background-color: #C07C81;
}
.BgClassName
{
background-color: #C07C81;
}
</style>
border-color css
<style>
span { border-color: #C07C81; }
span { border-color: rgb(192,124,129); }
td.TdClassName
{
border-color: #C07C81;
}
.TagClassName
{
border-color: #C07C81;
}
</style>