Shades of Charm #CC7A8E
Tints of Charm #CC7A8E
RGB
CMYK
RGB Variations
Color information
#CC7A8E (or 0xCC7A8E) is known color: Charm. HEX triplet: CC, 7A and 8E. RGB value is (204,122,142). Sum of RGB (Red+Green+Blue) = 204+122+142=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7A8E is #338571. Grayscale: #949494. Windows color (decimal): -3376498 or 9337548. OLE color: 9337548.
HSL color Cylindrical-coordinate representation of color #CC7A8E: hue angle of 345.37º 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 #CC7A8E is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 142 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.2 |
| HSL | 345.37º | 0.45% | 0.64% | - |
| HSV(B) | 345.37º | 0.4% | 0.8% | - |
| XYZ | 36.74 | 28.71 | 29.2 | - |
| YUV | 148.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 142 | 0 | 0.40 | 0.30 | 0.2 | 345.37 | 0.45 | 0.64 |
| Hex | CC | 7A | 8E | 0 | 28 | 1E | 14 | 159 | 2D | 40 |
| Octal | 314 | 172 | 216 | 0 | 50 | 36 | 24 | 531 | 55 | 100 |
| Binary | 11001100 | 1111010 | 10001110 | 0 | 101000 | 11110 | 10100 | 101011001 | 101101 | 1000000 |
Color Harmonies of #CC7A8E
Complementary color
Monochromatic Colors of #CC7A8E
Black with #CC7A8E
Text Example
Text Example
White with #CC7A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A8E; }
p { color: rgb(204,122,142); }
H1.HeaderClassName
{
color: #CC7A8E;
}
.AnyTagClassName
{
color: #CC7A8E;
}
</style>
background-color css
<style>
a { background-color: #CC7A8E; }
a { background-color: rgb(204,122,142); }
div.DivClassName
{
background-color: #CC7A8E;
}
.BgClassName
{
background-color: #CC7A8E;
}
</style>
border-color css
<style>
span { border-color: #CC7A8E; }
span { border-color: rgb(204,122,142); }
td.TdClassName
{
border-color: #CC7A8E;
}
.TagClassName
{
border-color: #CC7A8E;
}
</style>