Shades of Charm #CC7A93
Tints of Charm #CC7A93
RGB
CMYK
RGB Variations
Color information
#CC7A93 (or 0xCC7A93) is known color: Charm. HEX triplet: CC, 7A and 93. RGB value is (204,122,147). Sum of RGB (Red+Green+Blue) = 204+122+147=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7A93 is #33856C. Grayscale: #959595. Windows color (decimal): -3376493 or 9665228. OLE color: 9665228.
HSL color Cylindrical-coordinate representation of color #CC7A93: hue angle of 341.71º 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 #CC7A93 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 147 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.2 |
| HSL | 341.71º | 0.45% | 0.64% | - |
| HSV(B) | 341.71º | 0.4% | 0.8% | - |
| XYZ | 37.13 | 28.86 | 31.22 | - |
| YUV | 149.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 147 | 0 | 0.40 | 0.28 | 0.2 | 341.71 | 0.45 | 0.64 |
| Hex | CC | 7A | 93 | 0 | 28 | 1C | 14 | 156 | 2D | 40 |
| Octal | 314 | 172 | 223 | 0 | 50 | 34 | 24 | 526 | 55 | 100 |
| Binary | 11001100 | 1111010 | 10010011 | 0 | 101000 | 11100 | 10100 | 101010110 | 101101 | 1000000 |
Color Harmonies of #CC7A93
Complementary color
Monochromatic Colors of #CC7A93
Black with #CC7A93
Text Example
Text Example
White with #CC7A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A93; }
p { color: rgb(204,122,147); }
H1.HeaderClassName
{
color: #CC7A93;
}
.AnyTagClassName
{
color: #CC7A93;
}
</style>
background-color css
<style>
a { background-color: #CC7A93; }
a { background-color: rgb(204,122,147); }
div.DivClassName
{
background-color: #CC7A93;
}
.BgClassName
{
background-color: #CC7A93;
}
</style>
border-color css
<style>
span { border-color: #CC7A93; }
span { border-color: rgb(204,122,147); }
td.TdClassName
{
border-color: #CC7A93;
}
.TagClassName
{
border-color: #CC7A93;
}
</style>