Shades of Charm #C77882
Tints of Charm #C77882
RGB
CMYK
RGB Variations
Color information
#C77882 (or 0xC77882) is known color: Charm. HEX triplet: C7, 78 and 82. RGB value is (199,120,130). Sum of RGB (Red+Green+Blue) = 199+120+130=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C77882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77882 is #38877D. Grayscale: #909090. Windows color (decimal): -3704702 or 8550599. OLE color: 8550599.
HSL color Cylindrical-coordinate representation of color #C77882: hue angle of 352.41º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77882 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 130 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.22 |
| HSL | 352.41º | 0.41% | 0.63% | - |
| HSV(B) | 352.41º | 0.4% | 0.78% | - |
| XYZ | 34.3 | 27.19 | 24.56 | - |
| YUV | 144.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 130 | 0 | 0.40 | 0.35 | 0.22 | 352.41 | 0.41 | 0.63 |
| Hex | C7 | 78 | 82 | 0 | 28 | 23 | 16 | 160 | 29 | 3F |
| Octal | 307 | 170 | 202 | 0 | 50 | 43 | 26 | 540 | 51 | 77 |
| Binary | 11000111 | 1111000 | 10000010 | 0 | 101000 | 100011 | 10110 | 101100000 | 101001 | 111111 |
Color Harmonies of #C77882
Complementary color
Monochromatic Colors of #C77882
Black with #C77882
Text Example
Text Example
White with #C77882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77882; }
p { color: rgb(199,120,130); }
H1.HeaderClassName
{
color: #C77882;
}
.AnyTagClassName
{
color: #C77882;
}
</style>
background-color css
<style>
a { background-color: #C77882; }
a { background-color: rgb(199,120,130); }
div.DivClassName
{
background-color: #C77882;
}
.BgClassName
{
background-color: #C77882;
}
</style>
border-color css
<style>
span { border-color: #C77882; }
span { border-color: rgb(199,120,130); }
td.TdClassName
{
border-color: #C77882;
}
.TagClassName
{
border-color: #C77882;
}
</style>