Shades of Charm #C77481
Tints of Charm #C77481
RGB
CMYK
RGB Variations
Color information
#C77481 (or 0xC77481) is known color: Charm. HEX triplet: C7, 74 and 81. RGB value is (199,116,129). Sum of RGB (Red+Green+Blue) = 199+116+129=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C77481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77481 is #388B7E. Grayscale: #8E8E8E. Windows color (decimal): -3705727 or 8484039. OLE color: 8484039.
HSL color Cylindrical-coordinate representation of color #C77481: hue angle of 350.6º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77481 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 129 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.22 |
| HSL | 350.6º | 0.43% | 0.62% | - |
| HSV(B) | 350.6º | 0.42% | 0.78% | - |
| XYZ | 33.76 | 26.22 | 24.05 | - |
| YUV | 142.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 129 | 0 | 0.42 | 0.35 | 0.22 | 350.6 | 0.43 | 0.62 |
| Hex | C7 | 74 | 81 | 0 | 2A | 23 | 16 | 15F | 2B | 3E |
| Octal | 307 | 164 | 201 | 0 | 52 | 43 | 26 | 537 | 53 | 76 |
| Binary | 11000111 | 1110100 | 10000001 | 0 | 101010 | 100011 | 10110 | 101011111 | 101011 | 111110 |
Color Harmonies of #C77481
Complementary color
Monochromatic Colors of #C77481
Black with #C77481
Text Example
Text Example
White with #C77481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77481; }
p { color: rgb(199,116,129); }
H1.HeaderClassName
{
color: #C77481;
}
.AnyTagClassName
{
color: #C77481;
}
</style>
background-color css
<style>
a { background-color: #C77481; }
a { background-color: rgb(199,116,129); }
div.DivClassName
{
background-color: #C77481;
}
.BgClassName
{
background-color: #C77481;
}
</style>
border-color css
<style>
span { border-color: #C77481; }
span { border-color: rgb(199,116,129); }
td.TdClassName
{
border-color: #C77481;
}
.TagClassName
{
border-color: #C77481;
}
</style>