Shades of Charm #CC7C80
Tints of Charm #CC7C80
RGB
CMYK
RGB Variations
Color information
#CC7C80 (or 0xCC7C80) is known color: Charm. HEX triplet: CC, 7C and 80. RGB value is (204,124,128). Sum of RGB (Red+Green+Blue) = 204+124+128=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C80 is #33837F. Grayscale: #949494. Windows color (decimal): -3376000 or 8420556. OLE color: 8420556.
HSL color Cylindrical-coordinate representation of color #CC7C80: hue angle of 357º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7C80 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 128 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.2 |
| HSL | 357º | 0.44% | 0.64% | - |
| HSV(B) | 357º | 0.39% | 0.8% | - |
| XYZ | 36.01 | 28.81 | 24.09 | - |
| YUV | 148.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 128 | 0 | 0.39 | 0.37 | 0.2 | 357 | 0.44 | 0.64 |
| Hex | CC | 7C | 80 | 0 | 27 | 25 | 14 | 165 | 2C | 40 |
| Octal | 314 | 174 | 200 | 0 | 47 | 45 | 24 | 545 | 54 | 100 |
| Binary | 11001100 | 1111100 | 10000000 | 0 | 100111 | 100101 | 10100 | 101100101 | 101100 | 1000000 |
Color Harmonies of #CC7C80
Complementary color
Monochromatic Colors of #CC7C80
Black with #CC7C80
Text Example
Text Example
White with #CC7C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C80; }
p { color: rgb(204,124,128); }
H1.HeaderClassName
{
color: #CC7C80;
}
.AnyTagClassName
{
color: #CC7C80;
}
</style>
background-color css
<style>
a { background-color: #CC7C80; }
a { background-color: rgb(204,124,128); }
div.DivClassName
{
background-color: #CC7C80;
}
.BgClassName
{
background-color: #CC7C80;
}
</style>
border-color css
<style>
span { border-color: #CC7C80; }
span { border-color: rgb(204,124,128); }
td.TdClassName
{
border-color: #CC7C80;
}
.TagClassName
{
border-color: #CC7C80;
}
</style>