Shades of Charm #C76A7A
Tints of Charm #C76A7A
RGB
CMYK
RGB Variations
Color information
#C76A7A (or 0xC76A7A) is known color: Charm. HEX triplet: C7, 6A and 7A. RGB value is (199,106,122). Sum of RGB (Red+Green+Blue) = 199+106+122=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76A7A is #389585. Grayscale: #878787. Windows color (decimal): -3708294 or 8022727. OLE color: 8022727.
HSL color Cylindrical-coordinate representation of color #C76A7A: hue angle of 349.68º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76A7A is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 122 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.22 |
| HSL | 349.68º | 0.45% | 0.6% | - |
| HSV(B) | 349.68º | 0.47% | 0.78% | - |
| XYZ | 32.22 | 23.86 | 21.32 | - |
| YUV | 135.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 122 | 0 | 0.47 | 0.39 | 0.22 | 349.68 | 0.45 | 0.6 |
| Hex | C7 | 6A | 7A | 0 | 2F | 27 | 16 | 15E | 2D | 3C |
| Octal | 307 | 152 | 172 | 0 | 57 | 47 | 26 | 536 | 55 | 74 |
| Binary | 11000111 | 1101010 | 1111010 | 0 | 101111 | 100111 | 10110 | 101011110 | 101101 | 111100 |
Color Harmonies of #C76A7A
Complementary color
Monochromatic Colors of #C76A7A
Black with #C76A7A
Text Example
Text Example
White with #C76A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A7A; }
p { color: rgb(199,106,122); }
H1.HeaderClassName
{
color: #C76A7A;
}
.AnyTagClassName
{
color: #C76A7A;
}
</style>
background-color css
<style>
a { background-color: #C76A7A; }
a { background-color: rgb(199,106,122); }
div.DivClassName
{
background-color: #C76A7A;
}
.BgClassName
{
background-color: #C76A7A;
}
</style>
border-color css
<style>
span { border-color: #C76A7A; }
span { border-color: rgb(199,106,122); }
td.TdClassName
{
border-color: #C76A7A;
}
.TagClassName
{
border-color: #C76A7A;
}
</style>