Shades of Charm #C07D8F
Tints of Charm #C07D8F
RGB
CMYK
RGB Variations
Color information
#C07D8F (or 0xC07D8F) is known color: Charm. HEX triplet: C0, 7D and 8F. RGB value is (192,125,143). Sum of RGB (Red+Green+Blue) = 192+125+143=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07D8F is #3F8270. Grayscale: #939393. Windows color (decimal): -4162161 or 9403840. OLE color: 9403840.
HSL color Cylindrical-coordinate representation of color #C07D8F: hue angle of 343.88º 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 #C07D8F is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 143 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.25 |
| HSL | 343.88º | 0.35% | 0.62% | - |
| HSV(B) | 343.88º | 0.35% | 0.75% | - |
| XYZ | 34.03 | 27.86 | 29.57 | - |
| YUV | 147.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 143 | 0 | 0.35 | 0.26 | 0.25 | 343.88 | 0.35 | 0.62 |
| Hex | C0 | 7D | 8F | 0 | 23 | 1A | 19 | 158 | 23 | 3E |
| Octal | 300 | 175 | 217 | 0 | 43 | 32 | 31 | 530 | 43 | 76 |
| Binary | 11000000 | 1111101 | 10001111 | 0 | 100011 | 11010 | 11001 | 101011000 | 100011 | 111110 |
Color Harmonies of #C07D8F
Complementary color
Monochromatic Colors of #C07D8F
Black with #C07D8F
Text Example
Text Example
White with #C07D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D8F; }
p { color: rgb(192,125,143); }
H1.HeaderClassName
{
color: #C07D8F;
}
.AnyTagClassName
{
color: #C07D8F;
}
</style>
background-color css
<style>
a { background-color: #C07D8F; }
a { background-color: rgb(192,125,143); }
div.DivClassName
{
background-color: #C07D8F;
}
.BgClassName
{
background-color: #C07D8F;
}
</style>
border-color css
<style>
span { border-color: #C07D8F; }
span { border-color: rgb(192,125,143); }
td.TdClassName
{
border-color: #C07D8F;
}
.TagClassName
{
border-color: #C07D8F;
}
</style>