Shades of Charm #CC7380
Tints of Charm #CC7380
RGB
CMYK
RGB Variations
Color information
#CC7380 (or 0xCC7380) is known color: Charm. HEX triplet: CC, 73 and 80. RGB value is (204,115,128). Sum of RGB (Red+Green+Blue) = 204+115+128=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7380 is #338C7F. Grayscale: #8F8F8F. Windows color (decimal): -3378304 or 8418252. OLE color: 8418252.
HSL color Cylindrical-coordinate representation of color #CC7380: hue angle of 351.24º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7380 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 128 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.2 |
| HSL | 351.24º | 0.47% | 0.63% | - |
| HSV(B) | 351.24º | 0.44% | 0.8% | - |
| XYZ | 34.93 | 26.66 | 23.73 | - |
| YUV | 143.09 | 119.49 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 128 | 0 | 0.44 | 0.37 | 0.2 | 351.24 | 0.47 | 0.63 |
| Hex | CC | 73 | 80 | 0 | 2C | 25 | 14 | 15F | 2F | 3F |
| Octal | 314 | 163 | 200 | 0 | 54 | 45 | 24 | 537 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10000000 | 0 | 101100 | 100101 | 10100 | 101011111 | 101111 | 111111 |
Color Harmonies of #CC7380
Complementary color
Monochromatic Colors of #CC7380
Black with #CC7380
Text Example
Text Example
White with #CC7380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7380; }
p { color: rgb(204,115,128); }
H1.HeaderClassName
{
color: #CC7380;
}
.AnyTagClassName
{
color: #CC7380;
}
</style>
background-color css
<style>
a { background-color: #CC7380; }
a { background-color: rgb(204,115,128); }
div.DivClassName
{
background-color: #CC7380;
}
.BgClassName
{
background-color: #CC7380;
}
</style>
border-color css
<style>
span { border-color: #CC7380; }
span { border-color: rgb(204,115,128); }
td.TdClassName
{
border-color: #CC7380;
}
.TagClassName
{
border-color: #CC7380;
}
</style>