Shades of Charm #CC7079
Tints of Charm #CC7079
RGB
CMYK
RGB Variations
Color information
#CC7079 (or 0xCC7079) is known color: Charm. HEX triplet: CC, 70 and 79. RGB value is (204,112,121). Sum of RGB (Red+Green+Blue) = 204+112+121=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7079 is #338F86. Grayscale: #8C8C8C. Windows color (decimal): -3379079 or 7958732. OLE color: 7958732.
HSL color Cylindrical-coordinate representation of color #CC7079: hue angle of 354.13º 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 #CC7079 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 121 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.2 |
| HSL | 354.13º | 0.47% | 0.62% | - |
| HSV(B) | 354.13º | 0.45% | 0.8% | - |
| XYZ | 34.15 | 25.81 | 21.27 | - |
| YUV | 140.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 121 | 0 | 0.45 | 0.41 | 0.2 | 354.13 | 0.47 | 0.62 |
| Hex | CC | 70 | 79 | 0 | 2D | 29 | 14 | 162 | 2F | 3E |
| Octal | 314 | 160 | 171 | 0 | 55 | 51 | 24 | 542 | 57 | 76 |
| Binary | 11001100 | 1110000 | 1111001 | 0 | 101101 | 101001 | 10100 | 101100010 | 101111 | 111110 |
Color Harmonies of #CC7079
Complementary color
Monochromatic Colors of #CC7079
Black with #CC7079
Text Example
Text Example
White with #CC7079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7079; }
p { color: rgb(204,112,121); }
H1.HeaderClassName
{
color: #CC7079;
}
.AnyTagClassName
{
color: #CC7079;
}
</style>
background-color css
<style>
a { background-color: #CC7079; }
a { background-color: rgb(204,112,121); }
div.DivClassName
{
background-color: #CC7079;
}
.BgClassName
{
background-color: #CC7079;
}
</style>
border-color css
<style>
span { border-color: #CC7079; }
span { border-color: rgb(204,112,121); }
td.TdClassName
{
border-color: #CC7079;
}
.TagClassName
{
border-color: #CC7079;
}
</style>