Shades of Charm #CC707D
Tints of Charm #CC707D
RGB
CMYK
RGB Variations
Color information
#CC707D (or 0xCC707D) is known color: Charm. HEX triplet: CC, 70 and 7D. RGB value is (204,112,125). Sum of RGB (Red+Green+Blue) = 204+112+125=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC707D is #338F82. Grayscale: #8D8D8D. Windows color (decimal): -3379075 or 8220876. OLE color: 8220876.
HSL color Cylindrical-coordinate representation of color #CC707D: hue angle of 351.52º 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 #CC707D is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 125 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.2 |
| HSL | 351.52º | 0.47% | 0.62% | - |
| HSV(B) | 351.52º | 0.45% | 0.8% | - |
| XYZ | 34.4 | 25.91 | 22.59 | - |
| YUV | 140.99 | 118.98 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 125 | 0 | 0.45 | 0.39 | 0.2 | 351.52 | 0.47 | 0.62 |
| Hex | CC | 70 | 7D | 0 | 2D | 27 | 14 | 160 | 2F | 3E |
| Octal | 314 | 160 | 175 | 0 | 55 | 47 | 24 | 540 | 57 | 76 |
| Binary | 11001100 | 1110000 | 1111101 | 0 | 101101 | 100111 | 10100 | 101100000 | 101111 | 111110 |
Color Harmonies of #CC707D
Complementary color
Monochromatic Colors of #CC707D
Black with #CC707D
Text Example
Text Example
White with #CC707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC707D; }
p { color: rgb(204,112,125); }
H1.HeaderClassName
{
color: #CC707D;
}
.AnyTagClassName
{
color: #CC707D;
}
</style>
background-color css
<style>
a { background-color: #CC707D; }
a { background-color: rgb(204,112,125); }
div.DivClassName
{
background-color: #CC707D;
}
.BgClassName
{
background-color: #CC707D;
}
</style>
border-color css
<style>
span { border-color: #CC707D; }
span { border-color: rgb(204,112,125); }
td.TdClassName
{
border-color: #CC707D;
}
.TagClassName
{
border-color: #CC707D;
}
</style>