Shades of Charm #C76780
Tints of Charm #C76780
RGB
CMYK
RGB Variations
Color information
#C76780 (or 0xC76780) is known color: Charm. HEX triplet: C7, 67 and 80. RGB value is (199,103,128). Sum of RGB (Red+Green+Blue) = 199+103+128=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C76780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76780 is #38987F. Grayscale: #868686. Windows color (decimal): -3709056 or 8415175. OLE color: 8415175.
HSL color Cylindrical-coordinate representation of color #C76780: hue angle of 344.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76780 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 128 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.22 |
| HSL | 344.38º | 0.46% | 0.59% | - |
| HSV(B) | 344.38º | 0.48% | 0.78% | - |
| XYZ | 32.3 | 23.4 | 23.24 | - |
| YUV | 134.55 | 124.3 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 128 | 0 | 0.48 | 0.36 | 0.22 | 344.38 | 0.46 | 0.59 |
| Hex | C7 | 67 | 80 | 0 | 30 | 24 | 16 | 158 | 2E | 3B |
| Octal | 307 | 147 | 200 | 0 | 60 | 44 | 26 | 530 | 56 | 73 |
| Binary | 11000111 | 1100111 | 10000000 | 0 | 110000 | 100100 | 10110 | 101011000 | 101110 | 111011 |
Color Harmonies of #C76780
Complementary color
Monochromatic Colors of #C76780
Black with #C76780
Text Example
Text Example
White with #C76780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76780; }
p { color: rgb(199,103,128); }
H1.HeaderClassName
{
color: #C76780;
}
.AnyTagClassName
{
color: #C76780;
}
</style>
background-color css
<style>
a { background-color: #C76780; }
a { background-color: rgb(199,103,128); }
div.DivClassName
{
background-color: #C76780;
}
.BgClassName
{
background-color: #C76780;
}
</style>
border-color css
<style>
span { border-color: #C76780; }
span { border-color: rgb(199,103,128); }
td.TdClassName
{
border-color: #C76780;
}
.TagClassName
{
border-color: #C76780;
}
</style>