Shades of Charm #CC718B
Tints of Charm #CC718B
RGB
CMYK
RGB Variations
Color information
#CC718B (or 0xCC718B) is known color: Charm. HEX triplet: CC, 71 and 8B. RGB value is (204,113,139). Sum of RGB (Red+Green+Blue) = 204+113+139=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC718B is #338E74. Grayscale: #8F8F8F. Windows color (decimal): -3378805 or 9138636. OLE color: 9138636.
HSL color Cylindrical-coordinate representation of color #CC718B: hue angle of 342.86º 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 #CC718B is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 139 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.2 |
| HSL | 342.86º | 0.47% | 0.62% | - |
| HSV(B) | 342.86º | 0.45% | 0.8% | - |
| XYZ | 35.47 | 26.51 | 27.67 | - |
| YUV | 143.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 139 | 0 | 0.45 | 0.32 | 0.2 | 342.86 | 0.47 | 0.62 |
| Hex | CC | 71 | 8B | 0 | 2D | 20 | 14 | 157 | 2F | 3E |
| Octal | 314 | 161 | 213 | 0 | 55 | 40 | 24 | 527 | 57 | 76 |
| Binary | 11001100 | 1110001 | 10001011 | 0 | 101101 | 100000 | 10100 | 101010111 | 101111 | 111110 |
Color Harmonies of #CC718B
Complementary color
Monochromatic Colors of #CC718B
Black with #CC718B
Text Example
Text Example
White with #CC718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC718B; }
p { color: rgb(204,113,139); }
H1.HeaderClassName
{
color: #CC718B;
}
.AnyTagClassName
{
color: #CC718B;
}
</style>
background-color css
<style>
a { background-color: #CC718B; }
a { background-color: rgb(204,113,139); }
div.DivClassName
{
background-color: #CC718B;
}
.BgClassName
{
background-color: #CC718B;
}
</style>
border-color css
<style>
span { border-color: #CC718B; }
span { border-color: rgb(204,113,139); }
td.TdClassName
{
border-color: #CC718B;
}
.TagClassName
{
border-color: #CC718B;
}
</style>