Shades of Charm #CC7A7D
Tints of Charm #CC7A7D
RGB
CMYK
RGB Variations
Color information
#CC7A7D (or 0xCC7A7D) is known color: Charm. HEX triplet: CC, 7A and 7D. RGB value is (204,122,125). Sum of RGB (Red+Green+Blue) = 204+122+125=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A7D is #338582. Grayscale: #929292. Windows color (decimal): -3376515 or 8223436. OLE color: 8223436.
HSL color Cylindrical-coordinate representation of color #CC7A7D: hue angle of 357.8º 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 #CC7A7D is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 125 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.2 |
| HSL | 357.8º | 0.45% | 0.64% | - |
| HSV(B) | 357.8º | 0.4% | 0.8% | - |
| XYZ | 35.56 | 28.24 | 22.98 | - |
| YUV | 146.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 125 | 0 | 0.40 | 0.39 | 0.2 | 357.8 | 0.45 | 0.64 |
| Hex | CC | 7A | 7D | 0 | 28 | 27 | 14 | 166 | 2D | 40 |
| Octal | 314 | 172 | 175 | 0 | 50 | 47 | 24 | 546 | 55 | 100 |
| Binary | 11001100 | 1111010 | 1111101 | 0 | 101000 | 100111 | 10100 | 101100110 | 101101 | 1000000 |
Color Harmonies of #CC7A7D
Complementary color
Monochromatic Colors of #CC7A7D
Black with #CC7A7D
Text Example
Text Example
White with #CC7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A7D; }
p { color: rgb(204,122,125); }
H1.HeaderClassName
{
color: #CC7A7D;
}
.AnyTagClassName
{
color: #CC7A7D;
}
</style>
background-color css
<style>
a { background-color: #CC7A7D; }
a { background-color: rgb(204,122,125); }
div.DivClassName
{
background-color: #CC7A7D;
}
.BgClassName
{
background-color: #CC7A7D;
}
</style>
border-color css
<style>
span { border-color: #CC7A7D; }
span { border-color: rgb(204,122,125); }
td.TdClassName
{
border-color: #CC7A7D;
}
.TagClassName
{
border-color: #CC7A7D;
}
</style>