Shades of Charm #CC717C
Tints of Charm #CC717C
RGB
CMYK
RGB Variations
Color information
#CC717C (or 0xCC717C) is known color: Charm. HEX triplet: CC, 71 and 7C. RGB value is (204,113,124). Sum of RGB (Red+Green+Blue) = 204+113+124=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC717C is #338E83. Grayscale: #8D8D8D. Windows color (decimal): -3378820 or 8155596. OLE color: 8155596.
HSL color Cylindrical-coordinate representation of color #CC717C: hue angle of 352.75º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC717C is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 124 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.2 |
| HSL | 352.75º | 0.47% | 0.62% | - |
| HSV(B) | 352.75º | 0.45% | 0.8% | - |
| XYZ | 34.45 | 26.1 | 22.29 | - |
| YUV | 141.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 124 | 0 | 0.45 | 0.39 | 0.2 | 352.75 | 0.47 | 0.62 |
| Hex | CC | 71 | 7C | 0 | 2D | 27 | 14 | 161 | 2F | 3E |
| Octal | 314 | 161 | 174 | 0 | 55 | 47 | 24 | 541 | 57 | 76 |
| Binary | 11001100 | 1110001 | 1111100 | 0 | 101101 | 100111 | 10100 | 101100001 | 101111 | 111110 |
Color Harmonies of #CC717C
Complementary color
Monochromatic Colors of #CC717C
Black with #CC717C
Text Example
Text Example
White with #CC717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC717C; }
p { color: rgb(204,113,124); }
H1.HeaderClassName
{
color: #CC717C;
}
.AnyTagClassName
{
color: #CC717C;
}
</style>
background-color css
<style>
a { background-color: #CC717C; }
a { background-color: rgb(204,113,124); }
div.DivClassName
{
background-color: #CC717C;
}
.BgClassName
{
background-color: #CC717C;
}
</style>
border-color css
<style>
span { border-color: #CC717C; }
span { border-color: rgb(204,113,124); }
td.TdClassName
{
border-color: #CC717C;
}
.TagClassName
{
border-color: #CC717C;
}
</style>