Shades of Charm #C77F81
Tints of Charm #C77F81
RGB
CMYK
RGB Variations
Color information
#C77F81 (or 0xC77F81) is known color: Charm. HEX triplet: C7, 7F and 81. RGB value is (199,127,129). Sum of RGB (Red+Green+Blue) = 199+127+129=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F81 is #38807E. Grayscale: #949494. Windows color (decimal): -3702911 or 8486855. OLE color: 8486855.
HSL color Cylindrical-coordinate representation of color #C77F81: hue angle of 358.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C77F81 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 129 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.22 |
| HSL | 358.33º | 0.39% | 0.64% | - |
| HSV(B) | 358.33º | 0.36% | 0.78% | - |
| XYZ | 35.11 | 28.91 | 24.5 | - |
| YUV | 148.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 129 | 0 | 0.36 | 0.35 | 0.22 | 358.33 | 0.39 | 0.64 |
| Hex | C7 | 7F | 81 | 0 | 24 | 23 | 16 | 166 | 27 | 40 |
| Octal | 307 | 177 | 201 | 0 | 44 | 43 | 26 | 546 | 47 | 100 |
| Binary | 11000111 | 1111111 | 10000001 | 0 | 100100 | 100011 | 10110 | 101100110 | 100111 | 1000000 |
Color Harmonies of #C77F81
Complementary color
Monochromatic Colors of #C77F81
Black with #C77F81
Text Example
Text Example
White with #C77F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F81; }
p { color: rgb(199,127,129); }
H1.HeaderClassName
{
color: #C77F81;
}
.AnyTagClassName
{
color: #C77F81;
}
</style>
background-color css
<style>
a { background-color: #C77F81; }
a { background-color: rgb(199,127,129); }
div.DivClassName
{
background-color: #C77F81;
}
.BgClassName
{
background-color: #C77F81;
}
</style>
border-color css
<style>
span { border-color: #C77F81; }
span { border-color: rgb(199,127,129); }
td.TdClassName
{
border-color: #C77F81;
}
.TagClassName
{
border-color: #C77F81;
}
</style>