Shades of Charm #CC718C
Tints of Charm #CC718C
RGB
CMYK
RGB Variations
Color information
#CC718C (or 0xCC718C) is known color: Charm. HEX triplet: CC, 71 and 8C. RGB value is (204,113,140). Sum of RGB (Red+Green+Blue) = 204+113+140=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC718C is #338E73. Grayscale: #8F8F8F. Windows color (decimal): -3378804 or 9204172. OLE color: 9204172.
HSL color Cylindrical-coordinate representation of color #CC718C: hue angle of 342.2º 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 #CC718C is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 140 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.2 |
| HSL | 342.2º | 0.47% | 0.62% | - |
| HSV(B) | 342.2º | 0.45% | 0.8% | - |
| XYZ | 35.54 | 26.54 | 28.06 | - |
| YUV | 143.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 140 | 0 | 0.45 | 0.31 | 0.2 | 342.2 | 0.47 | 0.62 |
| Hex | CC | 71 | 8C | 0 | 2D | 1F | 14 | 156 | 2F | 3E |
| Octal | 314 | 161 | 214 | 0 | 55 | 37 | 24 | 526 | 57 | 76 |
| Binary | 11001100 | 1110001 | 10001100 | 0 | 101101 | 11111 | 10100 | 101010110 | 101111 | 111110 |
Color Harmonies of #CC718C
Complementary color
Monochromatic Colors of #CC718C
Black with #CC718C
Text Example
Text Example
White with #CC718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC718C; }
p { color: rgb(204,113,140); }
H1.HeaderClassName
{
color: #CC718C;
}
.AnyTagClassName
{
color: #CC718C;
}
</style>
background-color css
<style>
a { background-color: #CC718C; }
a { background-color: rgb(204,113,140); }
div.DivClassName
{
background-color: #CC718C;
}
.BgClassName
{
background-color: #CC718C;
}
</style>
border-color css
<style>
span { border-color: #CC718C; }
span { border-color: rgb(204,113,140); }
td.TdClassName
{
border-color: #CC718C;
}
.TagClassName
{
border-color: #CC718C;
}
</style>