Shades of Charm #CC7A7E
Tints of Charm #CC7A7E
RGB
CMYK
RGB Variations
Color information
#CC7A7E (or 0xCC7A7E) is known color: Charm. HEX triplet: CC, 7A and 7E. RGB value is (204,122,126). Sum of RGB (Red+Green+Blue) = 204+122+126=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A7E is #338581. Grayscale: #939393. Windows color (decimal): -3376514 or 8288972. OLE color: 8288972.
HSL color Cylindrical-coordinate representation of color #CC7A7E: hue angle of 357.07º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7A7E is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 126 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.2 |
| HSL | 357.07º | 0.45% | 0.64% | - |
| HSV(B) | 357.07º | 0.4% | 0.8% | - |
| XYZ | 35.63 | 28.26 | 23.32 | - |
| YUV | 146.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 126 | 0 | 0.40 | 0.38 | 0.2 | 357.07 | 0.45 | 0.64 |
| Hex | CC | 7A | 7E | 0 | 28 | 26 | 14 | 165 | 2D | 40 |
| Octal | 314 | 172 | 176 | 0 | 50 | 46 | 24 | 545 | 55 | 100 |
| Binary | 11001100 | 1111010 | 1111110 | 0 | 101000 | 100110 | 10100 | 101100101 | 101101 | 1000000 |
Color Harmonies of #CC7A7E
Complementary color
Monochromatic Colors of #CC7A7E
Black with #CC7A7E
Text Example
Text Example
White with #CC7A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A7E; }
p { color: rgb(204,122,126); }
H1.HeaderClassName
{
color: #CC7A7E;
}
.AnyTagClassName
{
color: #CC7A7E;
}
</style>
background-color css
<style>
a { background-color: #CC7A7E; }
a { background-color: rgb(204,122,126); }
div.DivClassName
{
background-color: #CC7A7E;
}
.BgClassName
{
background-color: #CC7A7E;
}
</style>
border-color css
<style>
span { border-color: #CC7A7E; }
span { border-color: rgb(204,122,126); }
td.TdClassName
{
border-color: #CC7A7E;
}
.TagClassName
{
border-color: #CC7A7E;
}
</style>