Shades of Charm #CC708D
Tints of Charm #CC708D
RGB
CMYK
RGB Variations
Color information
#CC708D (or 0xCC708D) is known color: Charm. HEX triplet: CC, 70 and 8D. RGB value is (204,112,141). Sum of RGB (Red+Green+Blue) = 204+112+141=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC708D is #338F72. Grayscale: #8E8E8E. Windows color (decimal): -3379059 or 9269452. OLE color: 9269452.
HSL color Cylindrical-coordinate representation of color #CC708D: hue angle of 341.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 #CC708D is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 141 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.2 |
| HSL | 341.09º | 0.47% | 0.62% | - |
| HSV(B) | 341.09º | 0.45% | 0.8% | - |
| XYZ | 35.5 | 26.35 | 28.41 | - |
| YUV | 142.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 141 | 0 | 0.45 | 0.31 | 0.2 | 341.09 | 0.47 | 0.62 |
| Hex | CC | 70 | 8D | 0 | 2D | 1F | 14 | 155 | 2F | 3E |
| Octal | 314 | 160 | 215 | 0 | 55 | 37 | 24 | 525 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10001101 | 0 | 101101 | 11111 | 10100 | 101010101 | 101111 | 111110 |
Color Harmonies of #CC708D
Complementary color
Monochromatic Colors of #CC708D
Black with #CC708D
Text Example
Text Example
White with #CC708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC708D; }
p { color: rgb(204,112,141); }
H1.HeaderClassName
{
color: #CC708D;
}
.AnyTagClassName
{
color: #CC708D;
}
</style>
background-color css
<style>
a { background-color: #CC708D; }
a { background-color: rgb(204,112,141); }
div.DivClassName
{
background-color: #CC708D;
}
.BgClassName
{
background-color: #CC708D;
}
</style>
border-color css
<style>
span { border-color: #CC708D; }
span { border-color: rgb(204,112,141); }
td.TdClassName
{
border-color: #CC708D;
}
.TagClassName
{
border-color: #CC708D;
}
</style>