Shades of Charm #CC707C
Tints of Charm #CC707C
RGB
CMYK
RGB Variations
Color information
#CC707C (or 0xCC707C) is known color: Charm. HEX triplet: CC, 70 and 7C. RGB value is (204,112,124). Sum of RGB (Red+Green+Blue) = 204+112+124=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC707C is #338F83. Grayscale: #8C8C8C. Windows color (decimal): -3379076 or 8155340. OLE color: 8155340.
HSL color Cylindrical-coordinate representation of color #CC707C: hue angle of 352.17º 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 #CC707C is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 124 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.2 |
| HSL | 352.17º | 0.47% | 0.62% | - |
| HSV(B) | 352.17º | 0.45% | 0.8% | - |
| XYZ | 34.33 | 25.88 | 22.25 | - |
| YUV | 140.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 124 | 0 | 0.45 | 0.39 | 0.2 | 352.17 | 0.47 | 0.62 |
| Hex | CC | 70 | 7C | 0 | 2D | 27 | 14 | 160 | 2F | 3E |
| Octal | 314 | 160 | 174 | 0 | 55 | 47 | 24 | 540 | 57 | 76 |
| Binary | 11001100 | 1110000 | 1111100 | 0 | 101101 | 100111 | 10100 | 101100000 | 101111 | 111110 |
Color Harmonies of #CC707C
Complementary color
Monochromatic Colors of #CC707C
Black with #CC707C
Text Example
Text Example
White with #CC707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC707C; }
p { color: rgb(204,112,124); }
H1.HeaderClassName
{
color: #CC707C;
}
.AnyTagClassName
{
color: #CC707C;
}
</style>
background-color css
<style>
a { background-color: #CC707C; }
a { background-color: rgb(204,112,124); }
div.DivClassName
{
background-color: #CC707C;
}
.BgClassName
{
background-color: #CC707C;
}
</style>
border-color css
<style>
span { border-color: #CC707C; }
span { border-color: rgb(204,112,124); }
td.TdClassName
{
border-color: #CC707C;
}
.TagClassName
{
border-color: #CC707C;
}
</style>