Shades of Charm #CC727D
Tints of Charm #CC727D
RGB
CMYK
RGB Variations
Color information
#CC727D (or 0xCC727D) is known color: Charm. HEX triplet: CC, 72 and 7D. RGB value is (204,114,125). Sum of RGB (Red+Green+Blue) = 204+114+125=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC727D is #338D82. Grayscale: #8E8E8E. Windows color (decimal): -3378563 or 8221388. OLE color: 8221388.
HSL color Cylindrical-coordinate representation of color #CC727D: hue angle of 352.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC727D is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 125 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.2 |
| HSL | 352.67º | 0.47% | 0.62% | - |
| HSV(B) | 352.67º | 0.44% | 0.8% | - |
| XYZ | 34.62 | 26.35 | 22.66 | - |
| YUV | 142.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 125 | 0 | 0.44 | 0.39 | 0.2 | 352.67 | 0.47 | 0.62 |
| Hex | CC | 72 | 7D | 0 | 2C | 27 | 14 | 161 | 2F | 3E |
| Octal | 314 | 162 | 175 | 0 | 54 | 47 | 24 | 541 | 57 | 76 |
| Binary | 11001100 | 1110010 | 1111101 | 0 | 101100 | 100111 | 10100 | 101100001 | 101111 | 111110 |
Color Harmonies of #CC727D
Complementary color
Monochromatic Colors of #CC727D
Black with #CC727D
Text Example
Text Example
White with #CC727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC727D; }
p { color: rgb(204,114,125); }
H1.HeaderClassName
{
color: #CC727D;
}
.AnyTagClassName
{
color: #CC727D;
}
</style>
background-color css
<style>
a { background-color: #CC727D; }
a { background-color: rgb(204,114,125); }
div.DivClassName
{
background-color: #CC727D;
}
.BgClassName
{
background-color: #CC727D;
}
</style>
border-color css
<style>
span { border-color: #CC727D; }
span { border-color: rgb(204,114,125); }
td.TdClassName
{
border-color: #CC727D;
}
.TagClassName
{
border-color: #CC727D;
}
</style>