Shades of Charm #C07D83
Tints of Charm #C07D83
RGB
CMYK
RGB Variations
Color information
#C07D83 (or 0xC07D83) is known color: Charm. HEX triplet: C0, 7D and 83. RGB value is (192,125,131). Sum of RGB (Red+Green+Blue) = 192+125+131=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07D83 is #3F827C. Grayscale: #919191. Windows color (decimal): -4162173 or 8617408. OLE color: 8617408.
HSL color Cylindrical-coordinate representation of color #C07D83: hue angle of 354.63º 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 #C07D83 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 131 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.25 |
| HSL | 354.63º | 0.35% | 0.62% | - |
| HSV(B) | 354.63º | 0.35% | 0.75% | - |
| XYZ | 33.17 | 27.51 | 25.03 | - |
| YUV | 145.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 131 | 0 | 0.35 | 0.32 | 0.25 | 354.63 | 0.35 | 0.62 |
| Hex | C0 | 7D | 83 | 0 | 23 | 20 | 19 | 163 | 23 | 3E |
| Octal | 300 | 175 | 203 | 0 | 43 | 40 | 31 | 543 | 43 | 76 |
| Binary | 11000000 | 1111101 | 10000011 | 0 | 100011 | 100000 | 11001 | 101100011 | 100011 | 111110 |
Color Harmonies of #C07D83
Complementary color
Monochromatic Colors of #C07D83
Black with #C07D83
Text Example
Text Example
White with #C07D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D83; }
p { color: rgb(192,125,131); }
H1.HeaderClassName
{
color: #C07D83;
}
.AnyTagClassName
{
color: #C07D83;
}
</style>
background-color css
<style>
a { background-color: #C07D83; }
a { background-color: rgb(192,125,131); }
div.DivClassName
{
background-color: #C07D83;
}
.BgClassName
{
background-color: #C07D83;
}
</style>
border-color css
<style>
span { border-color: #C07D83; }
span { border-color: rgb(192,125,131); }
td.TdClassName
{
border-color: #C07D83;
}
.TagClassName
{
border-color: #C07D83;
}
</style>