Shades of Charm #CC7A8A
Tints of Charm #CC7A8A
RGB
CMYK
RGB Variations
Color information
#CC7A8A (or 0xCC7A8A) is known color: Charm. HEX triplet: CC, 7A and 8A. RGB value is (204,122,138). Sum of RGB (Red+Green+Blue) = 204+122+138=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7A8A is #338575. Grayscale: #949494. Windows color (decimal): -3376502 or 9075404. OLE color: 9075404.
HSL color Cylindrical-coordinate representation of color #CC7A8A: hue angle of 348.29º 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 #CC7A8A is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 138 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.2 |
| HSL | 348.29º | 0.45% | 0.64% | - |
| HSV(B) | 348.29º | 0.4% | 0.8% | - |
| XYZ | 36.45 | 28.59 | 27.64 | - |
| YUV | 148.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 138 | 0 | 0.40 | 0.32 | 0.2 | 348.29 | 0.45 | 0.64 |
| Hex | CC | 7A | 8A | 0 | 28 | 20 | 14 | 15C | 2D | 40 |
| Octal | 314 | 172 | 212 | 0 | 50 | 40 | 24 | 534 | 55 | 100 |
| Binary | 11001100 | 1111010 | 10001010 | 0 | 101000 | 100000 | 10100 | 101011100 | 101101 | 1000000 |
Color Harmonies of #CC7A8A
Complementary color
Monochromatic Colors of #CC7A8A
Black with #CC7A8A
Text Example
Text Example
White with #CC7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A8A; }
p { color: rgb(204,122,138); }
H1.HeaderClassName
{
color: #CC7A8A;
}
.AnyTagClassName
{
color: #CC7A8A;
}
</style>
background-color css
<style>
a { background-color: #CC7A8A; }
a { background-color: rgb(204,122,138); }
div.DivClassName
{
background-color: #CC7A8A;
}
.BgClassName
{
background-color: #CC7A8A;
}
</style>
border-color css
<style>
span { border-color: #CC7A8A; }
span { border-color: rgb(204,122,138); }
td.TdClassName
{
border-color: #CC7A8A;
}
.TagClassName
{
border-color: #CC7A8A;
}
</style>