Shades of Charm #C7637F
Tints of Charm #C7637F
RGB
CMYK
RGB Variations
Color information
#C7637F (or 0xC7637F) is known color: Charm. HEX triplet: C7, 63 and 7F. RGB value is (199,99,127). Sum of RGB (Red+Green+Blue) = 199+99+127=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7637F is #389C80. Grayscale: #848484. Windows color (decimal): -3710081 or 8348615. OLE color: 8348615.
HSL color Cylindrical-coordinate representation of color #C7637F: hue angle of 343.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7637F is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 127 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.22 |
| HSL | 343.2º | 0.47% | 0.58% | - |
| HSV(B) | 343.2º | 0.5% | 0.78% | - |
| XYZ | 31.85 | 22.6 | 22.76 | - |
| YUV | 132.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 127 | 0 | 0.50 | 0.36 | 0.22 | 343.2 | 0.47 | 0.58 |
| Hex | C7 | 63 | 7F | 0 | 32 | 24 | 16 | 157 | 2F | 3A |
| Octal | 307 | 143 | 177 | 0 | 62 | 44 | 26 | 527 | 57 | 72 |
| Binary | 11000111 | 1100011 | 1111111 | 0 | 110010 | 100100 | 10110 | 101010111 | 101111 | 111010 |
Color Harmonies of #C7637F
Complementary color
Monochromatic Colors of #C7637F
Black with #C7637F
Text Example
Text Example
White with #C7637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7637F; }
p { color: rgb(199,99,127); }
H1.HeaderClassName
{
color: #C7637F;
}
.AnyTagClassName
{
color: #C7637F;
}
</style>
background-color css
<style>
a { background-color: #C7637F; }
a { background-color: rgb(199,99,127); }
div.DivClassName
{
background-color: #C7637F;
}
.BgClassName
{
background-color: #C7637F;
}
</style>
border-color css
<style>
span { border-color: #C7637F; }
span { border-color: rgb(199,99,127); }
td.TdClassName
{
border-color: #C7637F;
}
.TagClassName
{
border-color: #C7637F;
}
</style>