Shades of Charm #CC7780
Tints of Charm #CC7780
RGB
CMYK
RGB Variations
Color information
#CC7780 (or 0xCC7780) is known color: Charm. HEX triplet: CC, 77 and 80. RGB value is (204,119,128). Sum of RGB (Red+Green+Blue) = 204+119+128=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7780 is #33887F. Grayscale: #919191. Windows color (decimal): -3377280 or 8419276. OLE color: 8419276.
HSL color Cylindrical-coordinate representation of color #CC7780: hue angle of 353.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7780 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 128 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.2 |
| HSL | 353.65º | 0.45% | 0.63% | - |
| HSV(B) | 353.65º | 0.42% | 0.8% | - |
| XYZ | 35.39 | 27.59 | 23.88 | - |
| YUV | 145.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 128 | 0 | 0.42 | 0.37 | 0.2 | 353.65 | 0.45 | 0.63 |
| Hex | CC | 77 | 80 | 0 | 2A | 25 | 14 | 162 | 2D | 3F |
| Octal | 314 | 167 | 200 | 0 | 52 | 45 | 24 | 542 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10000000 | 0 | 101010 | 100101 | 10100 | 101100010 | 101101 | 111111 |
Color Harmonies of #CC7780
Complementary color
Monochromatic Colors of #CC7780
Black with #CC7780
Text Example
Text Example
White with #CC7780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7780; }
p { color: rgb(204,119,128); }
H1.HeaderClassName
{
color: #CC7780;
}
.AnyTagClassName
{
color: #CC7780;
}
</style>
background-color css
<style>
a { background-color: #CC7780; }
a { background-color: rgb(204,119,128); }
div.DivClassName
{
background-color: #CC7780;
}
.BgClassName
{
background-color: #CC7780;
}
</style>
border-color css
<style>
span { border-color: #CC7780; }
span { border-color: rgb(204,119,128); }
td.TdClassName
{
border-color: #CC7780;
}
.TagClassName
{
border-color: #CC7780;
}
</style>