Shades of Charm #CC757D
Tints of Charm #CC757D
RGB
CMYK
RGB Variations
Color information
#CC757D (or 0xCC757D) is known color: Charm. HEX triplet: CC, 75 and 7D. RGB value is (204,117,125). Sum of RGB (Red+Green+Blue) = 204+117+125=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC757D is #338A82. Grayscale: #8F8F8F. Windows color (decimal): -3377795 or 8222156. OLE color: 8222156.
HSL color Cylindrical-coordinate representation of color #CC757D: hue angle of 354.48º 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 #CC757D is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 125 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.2 |
| HSL | 354.48º | 0.46% | 0.63% | - |
| HSV(B) | 354.48º | 0.43% | 0.8% | - |
| XYZ | 34.96 | 27.04 | 22.78 | - |
| YUV | 143.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 125 | 0 | 0.43 | 0.39 | 0.2 | 354.48 | 0.46 | 0.63 |
| Hex | CC | 75 | 7D | 0 | 2B | 27 | 14 | 162 | 2E | 3F |
| Octal | 314 | 165 | 175 | 0 | 53 | 47 | 24 | 542 | 56 | 77 |
| Binary | 11001100 | 1110101 | 1111101 | 0 | 101011 | 100111 | 10100 | 101100010 | 101110 | 111111 |
Color Harmonies of #CC757D
Complementary color
Monochromatic Colors of #CC757D
Black with #CC757D
Text Example
Text Example
White with #CC757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC757D; }
p { color: rgb(204,117,125); }
H1.HeaderClassName
{
color: #CC757D;
}
.AnyTagClassName
{
color: #CC757D;
}
</style>
background-color css
<style>
a { background-color: #CC757D; }
a { background-color: rgb(204,117,125); }
div.DivClassName
{
background-color: #CC757D;
}
.BgClassName
{
background-color: #CC757D;
}
</style>
border-color css
<style>
span { border-color: #CC757D; }
span { border-color: rgb(204,117,125); }
td.TdClassName
{
border-color: #CC757D;
}
.TagClassName
{
border-color: #CC757D;
}
</style>