Shades of Charm #CC7D8C
Tints of Charm #CC7D8C
RGB
CMYK
RGB Variations
Color information
#CC7D8C (or 0xCC7D8C) is known color: Charm. HEX triplet: CC, 7D and 8C. RGB value is (204,125,140). Sum of RGB (Red+Green+Blue) = 204+125+140=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D8C is #338273. Grayscale: #969696. Windows color (decimal): -3375732 or 9207244. OLE color: 9207244.
HSL color Cylindrical-coordinate representation of color #CC7D8C: hue angle of 348.61º 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 #CC7D8C is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 140 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.2 |
| HSL | 348.61º | 0.44% | 0.65% | - |
| HSV(B) | 348.61º | 0.39% | 0.8% | - |
| XYZ | 36.97 | 29.4 | 28.54 | - |
| YUV | 150.33 | 122.17 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 140 | 0 | 0.39 | 0.31 | 0.2 | 348.61 | 0.44 | 0.65 |
| Hex | CC | 7D | 8C | 0 | 27 | 1F | 14 | 15D | 2C | 41 |
| Octal | 314 | 175 | 214 | 0 | 47 | 37 | 24 | 535 | 54 | 101 |
| Binary | 11001100 | 1111101 | 10001100 | 0 | 100111 | 11111 | 10100 | 101011101 | 101100 | 1000001 |
Color Harmonies of #CC7D8C
Complementary color
Monochromatic Colors of #CC7D8C
Black with #CC7D8C
Text Example
Text Example
White with #CC7D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D8C; }
p { color: rgb(204,125,140); }
H1.HeaderClassName
{
color: #CC7D8C;
}
.AnyTagClassName
{
color: #CC7D8C;
}
</style>
background-color css
<style>
a { background-color: #CC7D8C; }
a { background-color: rgb(204,125,140); }
div.DivClassName
{
background-color: #CC7D8C;
}
.BgClassName
{
background-color: #CC7D8C;
}
</style>
border-color css
<style>
span { border-color: #CC7D8C; }
span { border-color: rgb(204,125,140); }
td.TdClassName
{
border-color: #CC7D8C;
}
.TagClassName
{
border-color: #CC7D8C;
}
</style>