Shades of Charm #C77A8A
Tints of Charm #C77A8A
RGB
CMYK
RGB Variations
Color information
#C77A8A (or 0xC77A8A) is known color: Charm. HEX triplet: C7, 7A and 8A. RGB value is (199,122,138). Sum of RGB (Red+Green+Blue) = 199+122+138=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77A8A is #388575. Grayscale: #929292. Windows color (decimal): -3704182 or 9075399. OLE color: 9075399.
HSL color Cylindrical-coordinate representation of color #C77A8A: hue angle of 347.53º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77A8A is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 138 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.22 |
| HSL | 347.53º | 0.41% | 0.63% | - |
| HSV(B) | 347.53º | 0.39% | 0.78% | - |
| XYZ | 35.1 | 27.9 | 27.58 | - |
| YUV | 146.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 138 | 0 | 0.39 | 0.31 | 0.22 | 347.53 | 0.41 | 0.63 |
| Hex | C7 | 7A | 8A | 0 | 27 | 1F | 16 | 15C | 29 | 3F |
| Octal | 307 | 172 | 212 | 0 | 47 | 37 | 26 | 534 | 51 | 77 |
| Binary | 11000111 | 1111010 | 10001010 | 0 | 100111 | 11111 | 10110 | 101011100 | 101001 | 111111 |
Color Harmonies of #C77A8A
Complementary color
Monochromatic Colors of #C77A8A
Black with #C77A8A
Text Example
Text Example
White with #C77A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A8A; }
p { color: rgb(199,122,138); }
H1.HeaderClassName
{
color: #C77A8A;
}
.AnyTagClassName
{
color: #C77A8A;
}
</style>
background-color css
<style>
a { background-color: #C77A8A; }
a { background-color: rgb(199,122,138); }
div.DivClassName
{
background-color: #C77A8A;
}
.BgClassName
{
background-color: #C77A8A;
}
</style>
border-color css
<style>
span { border-color: #C77A8A; }
span { border-color: rgb(199,122,138); }
td.TdClassName
{
border-color: #C77A8A;
}
.TagClassName
{
border-color: #C77A8A;
}
</style>