Shades of Charm #C7617F
Tints of Charm #C7617F
RGB
CMYK
RGB Variations
Color information
#C7617F (or 0xC7617F) is known color: Charm. HEX triplet: C7, 61 and 7F. RGB value is (199,97,127). Sum of RGB (Red+Green+Blue) = 199+97+127=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7617F is #389E80. Grayscale: #828282. Windows color (decimal): -3710593 or 8348103. OLE color: 8348103.
HSL color Cylindrical-coordinate representation of color #C7617F: hue angle of 342.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7617F is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 127 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.22 |
| HSL | 342.35º | 0.48% | 0.58% | - |
| HSV(B) | 342.35º | 0.51% | 0.78% | - |
| XYZ | 31.66 | 22.22 | 22.7 | - |
| YUV | 130.92 | 125.79 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 127 | 0 | 0.51 | 0.36 | 0.22 | 342.35 | 0.48 | 0.58 |
| Hex | C7 | 61 | 7F | 0 | 33 | 24 | 16 | 156 | 30 | 3A |
| Octal | 307 | 141 | 177 | 0 | 63 | 44 | 26 | 526 | 60 | 72 |
| Binary | 11000111 | 1100001 | 1111111 | 0 | 110011 | 100100 | 10110 | 101010110 | 110000 | 111010 |
Color Harmonies of #C7617F
Complementary color
Monochromatic Colors of #C7617F
Black with #C7617F
Text Example
Text Example
White with #C7617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7617F; }
p { color: rgb(199,97,127); }
H1.HeaderClassName
{
color: #C7617F;
}
.AnyTagClassName
{
color: #C7617F;
}
</style>
background-color css
<style>
a { background-color: #C7617F; }
a { background-color: rgb(199,97,127); }
div.DivClassName
{
background-color: #C7617F;
}
.BgClassName
{
background-color: #C7617F;
}
</style>
border-color css
<style>
span { border-color: #C7617F; }
span { border-color: rgb(199,97,127); }
td.TdClassName
{
border-color: #C7617F;
}
.TagClassName
{
border-color: #C7617F;
}
</style>