Shades of Charm #C07984
Tints of Charm #C07984
RGB
CMYK
RGB Variations
Color information
#C07984 (or 0xC07984) is known color: Charm. HEX triplet: C0, 79 and 84. RGB value is (192,121,132). Sum of RGB (Red+Green+Blue) = 192+121+132=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C07984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07984 is #3F867B. Grayscale: #8F8F8F. Windows color (decimal): -4163196 or 8681920. OLE color: 8681920.
HSL color Cylindrical-coordinate representation of color #C07984: hue angle of 350.7º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C07984 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 132 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.25 |
| HSL | 350.7º | 0.36% | 0.61% | - |
| HSV(B) | 350.7º | 0.37% | 0.75% | - |
| XYZ | 32.74 | 26.55 | 25.23 | - |
| YUV | 143.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 132 | 0 | 0.37 | 0.31 | 0.25 | 350.7 | 0.36 | 0.61 |
| Hex | C0 | 79 | 84 | 0 | 25 | 1F | 19 | 15F | 24 | 3D |
| Octal | 300 | 171 | 204 | 0 | 45 | 37 | 31 | 537 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10000100 | 0 | 100101 | 11111 | 11001 | 101011111 | 100100 | 111101 |
Color Harmonies of #C07984
Complementary color
Monochromatic Colors of #C07984
Black with #C07984
Text Example
Text Example
White with #C07984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07984; }
p { color: rgb(192,121,132); }
H1.HeaderClassName
{
color: #C07984;
}
.AnyTagClassName
{
color: #C07984;
}
</style>
background-color css
<style>
a { background-color: #C07984; }
a { background-color: rgb(192,121,132); }
div.DivClassName
{
background-color: #C07984;
}
.BgClassName
{
background-color: #C07984;
}
</style>
border-color css
<style>
span { border-color: #C07984; }
span { border-color: rgb(192,121,132); }
td.TdClassName
{
border-color: #C07984;
}
.TagClassName
{
border-color: #C07984;
}
</style>