Shades of Charm #CC7A94
Tints of Charm #CC7A94
RGB
CMYK
RGB Variations
Color information
#CC7A94 (or 0xCC7A94) is known color: Charm. HEX triplet: CC, 7A and 94. RGB value is (204,122,148). Sum of RGB (Red+Green+Blue) = 204+122+148=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7A94 is #33856B. Grayscale: #959595. Windows color (decimal): -3376492 or 9730764. OLE color: 9730764.
HSL color Cylindrical-coordinate representation of color #CC7A94: hue angle of 340.98º 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 #CC7A94 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 148 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.2 |
| HSL | 340.98º | 0.45% | 0.64% | - |
| HSV(B) | 340.98º | 0.4% | 0.8% | - |
| XYZ | 37.21 | 28.89 | 31.63 | - |
| YUV | 149.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 148 | 0 | 0.40 | 0.27 | 0.2 | 340.98 | 0.45 | 0.64 |
| Hex | CC | 7A | 94 | 0 | 28 | 1B | 14 | 155 | 2D | 40 |
| Octal | 314 | 172 | 224 | 0 | 50 | 33 | 24 | 525 | 55 | 100 |
| Binary | 11001100 | 1111010 | 10010100 | 0 | 101000 | 11011 | 10100 | 101010101 | 101101 | 1000000 |
Color Harmonies of #CC7A94
Complementary color
Monochromatic Colors of #CC7A94
Black with #CC7A94
Text Example
Text Example
White with #CC7A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A94; }
p { color: rgb(204,122,148); }
H1.HeaderClassName
{
color: #CC7A94;
}
.AnyTagClassName
{
color: #CC7A94;
}
</style>
background-color css
<style>
a { background-color: #CC7A94; }
a { background-color: rgb(204,122,148); }
div.DivClassName
{
background-color: #CC7A94;
}
.BgClassName
{
background-color: #CC7A94;
}
</style>
border-color css
<style>
span { border-color: #CC7A94; }
span { border-color: rgb(204,122,148); }
td.TdClassName
{
border-color: #CC7A94;
}
.TagClassName
{
border-color: #CC7A94;
}
</style>