Shades of Charm #CC757A
Tints of Charm #CC757A
RGB
CMYK
RGB Variations
Color information
#CC757A (or 0xCC757A) is known color: Charm. HEX triplet: CC, 75 and 7A. RGB value is (204,117,122). Sum of RGB (Red+Green+Blue) = 204+117+122=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC757A is #338A85. Grayscale: #8F8F8F. Windows color (decimal): -3377798 or 8025548. OLE color: 8025548.
HSL color Cylindrical-coordinate representation of color #CC757A: hue angle of 356.55º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC757A is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 122 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.2 |
| HSL | 356.55º | 0.46% | 0.63% | - |
| HSV(B) | 356.55º | 0.43% | 0.8% | - |
| XYZ | 34.78 | 26.97 | 21.78 | - |
| YUV | 143.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 122 | 0 | 0.43 | 0.40 | 0.2 | 356.55 | 0.46 | 0.63 |
| Hex | CC | 75 | 7A | 0 | 2B | 28 | 14 | 165 | 2E | 3F |
| Octal | 314 | 165 | 172 | 0 | 53 | 50 | 24 | 545 | 56 | 77 |
| Binary | 11001100 | 1110101 | 1111010 | 0 | 101011 | 101000 | 10100 | 101100101 | 101110 | 111111 |
Color Harmonies of #CC757A
Complementary color
Monochromatic Colors of #CC757A
Black with #CC757A
Text Example
Text Example
White with #CC757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC757A; }
p { color: rgb(204,117,122); }
H1.HeaderClassName
{
color: #CC757A;
}
.AnyTagClassName
{
color: #CC757A;
}
</style>
background-color css
<style>
a { background-color: #CC757A; }
a { background-color: rgb(204,117,122); }
div.DivClassName
{
background-color: #CC757A;
}
.BgClassName
{
background-color: #CC757A;
}
</style>
border-color css
<style>
span { border-color: #CC757A; }
span { border-color: rgb(204,117,122); }
td.TdClassName
{
border-color: #CC757A;
}
.TagClassName
{
border-color: #CC757A;
}
</style>