Shades of Charm #CC7D8F
Tints of Charm #CC7D8F
RGB
CMYK
RGB Variations
Color information
#CC7D8F (or 0xCC7D8F) is known color: Charm. HEX triplet: CC, 7D and 8F. RGB value is (204,125,143). Sum of RGB (Red+Green+Blue) = 204+125+143=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D8F is #338270. Grayscale: #969696. Windows color (decimal): -3375729 or 9403852. OLE color: 9403852.
HSL color Cylindrical-coordinate representation of color #CC7D8F: hue angle of 346.33º 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 #CC7D8F is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 143 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.2 |
| HSL | 346.33º | 0.44% | 0.65% | - |
| HSV(B) | 346.33º | 0.39% | 0.8% | - |
| XYZ | 37.19 | 29.49 | 29.72 | - |
| YUV | 150.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 143 | 0 | 0.39 | 0.30 | 0.2 | 346.33 | 0.44 | 0.65 |
| Hex | CC | 7D | 8F | 0 | 27 | 1E | 14 | 15A | 2C | 41 |
| Octal | 314 | 175 | 217 | 0 | 47 | 36 | 24 | 532 | 54 | 101 |
| Binary | 11001100 | 1111101 | 10001111 | 0 | 100111 | 11110 | 10100 | 101011010 | 101100 | 1000001 |
Color Harmonies of #CC7D8F
Complementary color
Monochromatic Colors of #CC7D8F
Black with #CC7D8F
Text Example
Text Example
White with #CC7D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D8F; }
p { color: rgb(204,125,143); }
H1.HeaderClassName
{
color: #CC7D8F;
}
.AnyTagClassName
{
color: #CC7D8F;
}
</style>
background-color css
<style>
a { background-color: #CC7D8F; }
a { background-color: rgb(204,125,143); }
div.DivClassName
{
background-color: #CC7D8F;
}
.BgClassName
{
background-color: #CC7D8F;
}
</style>
border-color css
<style>
span { border-color: #CC7D8F; }
span { border-color: rgb(204,125,143); }
td.TdClassName
{
border-color: #CC7D8F;
}
.TagClassName
{
border-color: #CC7D8F;
}
</style>