Shades of Charm #CC708B
Tints of Charm #CC708B
RGB
CMYK
RGB Variations
Color information
#CC708B (or 0xCC708B) is known color: Charm. HEX triplet: CC, 70 and 8B. RGB value is (204,112,139). Sum of RGB (Red+Green+Blue) = 204+112+139=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC708B is #338F74. Grayscale: #8E8E8E. Windows color (decimal): -3379061 or 9138380. OLE color: 9138380.
HSL color Cylindrical-coordinate representation of color #CC708B: hue angle of 342.39º 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 #CC708B is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 139 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.2 |
| HSL | 342.39º | 0.47% | 0.62% | - |
| HSV(B) | 342.39º | 0.45% | 0.8% | - |
| XYZ | 35.36 | 26.29 | 27.64 | - |
| YUV | 142.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 139 | 0 | 0.45 | 0.32 | 0.2 | 342.39 | 0.47 | 0.62 |
| Hex | CC | 70 | 8B | 0 | 2D | 20 | 14 | 156 | 2F | 3E |
| Octal | 314 | 160 | 213 | 0 | 55 | 40 | 24 | 526 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10001011 | 0 | 101101 | 100000 | 10100 | 101010110 | 101111 | 111110 |
Color Harmonies of #CC708B
Complementary color
Monochromatic Colors of #CC708B
Black with #CC708B
Text Example
Text Example
White with #CC708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC708B; }
p { color: rgb(204,112,139); }
H1.HeaderClassName
{
color: #CC708B;
}
.AnyTagClassName
{
color: #CC708B;
}
</style>
background-color css
<style>
a { background-color: #CC708B; }
a { background-color: rgb(204,112,139); }
div.DivClassName
{
background-color: #CC708B;
}
.BgClassName
{
background-color: #CC708B;
}
</style>
border-color css
<style>
span { border-color: #CC708B; }
span { border-color: rgb(204,112,139); }
td.TdClassName
{
border-color: #CC708B;
}
.TagClassName
{
border-color: #CC708B;
}
</style>