Shades of Charm #C77985
Tints of Charm #C77985
RGB
CMYK
RGB Variations
Color information
#C77985 (or 0xC77985) is known color: Charm. HEX triplet: C7, 79 and 85. RGB value is (199,121,133). Sum of RGB (Red+Green+Blue) = 199+121+133=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C77985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77985 is #38867A. Grayscale: #919191. Windows color (decimal): -3704443 or 8747463. OLE color: 8747463.
HSL color Cylindrical-coordinate representation of color #C77985: hue angle of 350.77º 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 #C77985 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 133 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.22 |
| HSL | 350.77º | 0.41% | 0.63% | - |
| HSV(B) | 350.77º | 0.39% | 0.78% | - |
| XYZ | 34.62 | 27.51 | 25.68 | - |
| YUV | 145.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 133 | 0 | 0.39 | 0.33 | 0.22 | 350.77 | 0.41 | 0.63 |
| Hex | C7 | 79 | 85 | 0 | 27 | 21 | 16 | 15F | 29 | 3F |
| Octal | 307 | 171 | 205 | 0 | 47 | 41 | 26 | 537 | 51 | 77 |
| Binary | 11000111 | 1111001 | 10000101 | 0 | 100111 | 100001 | 10110 | 101011111 | 101001 | 111111 |
Color Harmonies of #C77985
Complementary color
Monochromatic Colors of #C77985
Black with #C77985
Text Example
Text Example
White with #C77985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77985; }
p { color: rgb(199,121,133); }
H1.HeaderClassName
{
color: #C77985;
}
.AnyTagClassName
{
color: #C77985;
}
</style>
background-color css
<style>
a { background-color: #C77985; }
a { background-color: rgb(199,121,133); }
div.DivClassName
{
background-color: #C77985;
}
.BgClassName
{
background-color: #C77985;
}
</style>
border-color css
<style>
span { border-color: #C77985; }
span { border-color: rgb(199,121,133); }
td.TdClassName
{
border-color: #C77985;
}
.TagClassName
{
border-color: #C77985;
}
</style>