Shades of Charm #CC7D8D
Tints of Charm #CC7D8D
RGB
CMYK
RGB Variations
Color information
#CC7D8D (or 0xCC7D8D) is known color: Charm. HEX triplet: CC, 7D and 8D. RGB value is (204,125,141). Sum of RGB (Red+Green+Blue) = 204+125+141=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D8D is #338272. Grayscale: #969696. Windows color (decimal): -3375731 or 9272780. OLE color: 9272780.
HSL color Cylindrical-coordinate representation of color #CC7D8D: hue angle of 347.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7D8D is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 141 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.2 |
| HSL | 347.85º | 0.44% | 0.65% | - |
| HSV(B) | 347.85º | 0.39% | 0.8% | - |
| XYZ | 37.04 | 29.43 | 28.93 | - |
| YUV | 150.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 141 | 0 | 0.39 | 0.31 | 0.2 | 347.85 | 0.44 | 0.65 |
| Hex | CC | 7D | 8D | 0 | 27 | 1F | 14 | 15C | 2C | 41 |
| Octal | 314 | 175 | 215 | 0 | 47 | 37 | 24 | 534 | 54 | 101 |
| Binary | 11001100 | 1111101 | 10001101 | 0 | 100111 | 11111 | 10100 | 101011100 | 101100 | 1000001 |
Color Harmonies of #CC7D8D
Complementary color
Monochromatic Colors of #CC7D8D
Black with #CC7D8D
Text Example
Text Example
White with #CC7D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D8D; }
p { color: rgb(204,125,141); }
H1.HeaderClassName
{
color: #CC7D8D;
}
.AnyTagClassName
{
color: #CC7D8D;
}
</style>
background-color css
<style>
a { background-color: #CC7D8D; }
a { background-color: rgb(204,125,141); }
div.DivClassName
{
background-color: #CC7D8D;
}
.BgClassName
{
background-color: #CC7D8D;
}
</style>
border-color css
<style>
span { border-color: #CC7D8D; }
span { border-color: rgb(204,125,141); }
td.TdClassName
{
border-color: #CC7D8D;
}
.TagClassName
{
border-color: #CC7D8D;
}
</style>