Shades of Charm #CC7080
Tints of Charm #CC7080
RGB
CMYK
RGB Variations
Color information
#CC7080 (or 0xCC7080) is known color: Charm. HEX triplet: CC, 70 and 80. RGB value is (204,112,128). Sum of RGB (Red+Green+Blue) = 204+112+128=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7080 is #338F7F. Grayscale: #8D8D8D. Windows color (decimal): -3379072 or 8417484. OLE color: 8417484.
HSL color Cylindrical-coordinate representation of color #CC7080: hue angle of 349.57º 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 #CC7080 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 128 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.2 |
| HSL | 349.57º | 0.47% | 0.62% | - |
| HSV(B) | 349.57º | 0.45% | 0.8% | - |
| XYZ | 34.59 | 25.98 | 23.61 | - |
| YUV | 141.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 128 | 0 | 0.45 | 0.37 | 0.2 | 349.57 | 0.47 | 0.62 |
| Hex | CC | 70 | 80 | 0 | 2D | 25 | 14 | 15E | 2F | 3E |
| Octal | 314 | 160 | 200 | 0 | 55 | 45 | 24 | 536 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10000000 | 0 | 101101 | 100101 | 10100 | 101011110 | 101111 | 111110 |
Color Harmonies of #CC7080
Complementary color
Monochromatic Colors of #CC7080
Black with #CC7080
Text Example
Text Example
White with #CC7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7080; }
p { color: rgb(204,112,128); }
H1.HeaderClassName
{
color: #CC7080;
}
.AnyTagClassName
{
color: #CC7080;
}
</style>
background-color css
<style>
a { background-color: #CC7080; }
a { background-color: rgb(204,112,128); }
div.DivClassName
{
background-color: #CC7080;
}
.BgClassName
{
background-color: #CC7080;
}
</style>
border-color css
<style>
span { border-color: #CC7080; }
span { border-color: rgb(204,112,128); }
td.TdClassName
{
border-color: #CC7080;
}
.TagClassName
{
border-color: #CC7080;
}
</style>