Shades of Charm #C9617F
Tints of Charm #C9617F
RGB
CMYK
RGB Variations
Color information
#C9617F (or 0xC9617F) is known color: Charm. HEX triplet: C9, 61 and 7F. RGB value is (201,97,127). Sum of RGB (Red+Green+Blue) = 201+97+127=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9617F is #369E80. Grayscale: #838383. Windows color (decimal): -3579521 or 8348105. OLE color: 8348105.
HSL color Cylindrical-coordinate representation of color #C9617F: hue angle of 342.69º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9617F is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 127 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.21 |
| HSL | 342.69º | 0.49% | 0.58% | - |
| HSV(B) | 342.69º | 0.52% | 0.79% | - |
| XYZ | 32.19 | 22.5 | 22.72 | - |
| YUV | 131.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 127 | 0 | 0.52 | 0.37 | 0.21 | 342.69 | 0.49 | 0.58 |
| Hex | C9 | 61 | 7F | 0 | 34 | 25 | 15 | 157 | 31 | 3A |
| Octal | 311 | 141 | 177 | 0 | 64 | 45 | 25 | 527 | 61 | 72 |
| Binary | 11001001 | 1100001 | 1111111 | 0 | 110100 | 100101 | 10101 | 101010111 | 110001 | 111010 |
Color Harmonies of #C9617F
Complementary color
Monochromatic Colors of #C9617F
Black with #C9617F
Text Example
Text Example
White with #C9617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9617F; }
p { color: rgb(201,97,127); }
H1.HeaderClassName
{
color: #C9617F;
}
.AnyTagClassName
{
color: #C9617F;
}
</style>
background-color css
<style>
a { background-color: #C9617F; }
a { background-color: rgb(201,97,127); }
div.DivClassName
{
background-color: #C9617F;
}
.BgClassName
{
background-color: #C9617F;
}
</style>
border-color css
<style>
span { border-color: #C9617F; }
span { border-color: rgb(201,97,127); }
td.TdClassName
{
border-color: #C9617F;
}
.TagClassName
{
border-color: #C9617F;
}
</style>