Shades of Charm #CC717D
Tints of Charm #CC717D
RGB
CMYK
RGB Variations
Color information
#CC717D (or 0xCC717D) is known color: Charm. HEX triplet: CC, 71 and 7D. RGB value is (204,113,125). Sum of RGB (Red+Green+Blue) = 204+113+125=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC717D is #338E82. Grayscale: #8D8D8D. Windows color (decimal): -3378819 or 8221132. OLE color: 8221132.
HSL color Cylindrical-coordinate representation of color #CC717D: hue angle of 352.09º 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 #CC717D is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 125 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.2 |
| HSL | 352.09º | 0.47% | 0.62% | - |
| HSV(B) | 352.09º | 0.45% | 0.8% | - |
| XYZ | 34.51 | 26.13 | 22.63 | - |
| YUV | 141.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 125 | 0 | 0.45 | 0.39 | 0.2 | 352.09 | 0.47 | 0.62 |
| Hex | CC | 71 | 7D | 0 | 2D | 27 | 14 | 160 | 2F | 3E |
| Octal | 314 | 161 | 175 | 0 | 55 | 47 | 24 | 540 | 57 | 76 |
| Binary | 11001100 | 1110001 | 1111101 | 0 | 101101 | 100111 | 10100 | 101100000 | 101111 | 111110 |
Color Harmonies of #CC717D
Complementary color
Monochromatic Colors of #CC717D
Black with #CC717D
Text Example
Text Example
White with #CC717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC717D; }
p { color: rgb(204,113,125); }
H1.HeaderClassName
{
color: #CC717D;
}
.AnyTagClassName
{
color: #CC717D;
}
</style>
background-color css
<style>
a { background-color: #CC717D; }
a { background-color: rgb(204,113,125); }
div.DivClassName
{
background-color: #CC717D;
}
.BgClassName
{
background-color: #CC717D;
}
</style>
border-color css
<style>
span { border-color: #CC717D; }
span { border-color: rgb(204,113,125); }
td.TdClassName
{
border-color: #CC717D;
}
.TagClassName
{
border-color: #CC717D;
}
</style>