Shades of Charm #C76281
Tints of Charm #C76281
RGB
CMYK
RGB Variations
Color information
#C76281 (or 0xC76281) is known color: Charm. HEX triplet: C7, 62 and 81. RGB value is (199,98,129). Sum of RGB (Red+Green+Blue) = 199+98+129=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C76281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76281 is #389D7E. Grayscale: #838383. Windows color (decimal): -3710335 or 8479431. OLE color: 8479431.
HSL color Cylindrical-coordinate representation of color #C76281: hue angle of 341.58º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76281 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 129 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.22 |
| HSL | 341.58º | 0.47% | 0.58% | - |
| HSV(B) | 341.58º | 0.51% | 0.78% | - |
| XYZ | 31.88 | 22.46 | 23.42 | - |
| YUV | 131.73 | 126.46 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 129 | 0 | 0.51 | 0.35 | 0.22 | 341.58 | 0.47 | 0.58 |
| Hex | C7 | 62 | 81 | 0 | 33 | 23 | 16 | 156 | 2F | 3A |
| Octal | 307 | 142 | 201 | 0 | 63 | 43 | 26 | 526 | 57 | 72 |
| Binary | 11000111 | 1100010 | 10000001 | 0 | 110011 | 100011 | 10110 | 101010110 | 101111 | 111010 |
Color Harmonies of #C76281
Complementary color
Monochromatic Colors of #C76281
Black with #C76281
Text Example
Text Example
White with #C76281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76281; }
p { color: rgb(199,98,129); }
H1.HeaderClassName
{
color: #C76281;
}
.AnyTagClassName
{
color: #C76281;
}
</style>
background-color css
<style>
a { background-color: #C76281; }
a { background-color: rgb(199,98,129); }
div.DivClassName
{
background-color: #C76281;
}
.BgClassName
{
background-color: #C76281;
}
</style>
border-color css
<style>
span { border-color: #C76281; }
span { border-color: rgb(199,98,129); }
td.TdClassName
{
border-color: #C76281;
}
.TagClassName
{
border-color: #C76281;
}
</style>