Shades of Charm #CC727E
Tints of Charm #CC727E
RGB
CMYK
RGB Variations
Color information
#CC727E (or 0xCC727E) is known color: Charm. HEX triplet: CC, 72 and 7E. RGB value is (204,114,126). Sum of RGB (Red+Green+Blue) = 204+114+126=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC727E is #338D81. Grayscale: #8E8E8E. Windows color (decimal): -3378562 or 8286924. OLE color: 8286924.
HSL color Cylindrical-coordinate representation of color #CC727E: hue angle of 352º 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 #CC727E is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 126 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.2 |
| HSL | 352º | 0.47% | 0.62% | - |
| HSV(B) | 352º | 0.44% | 0.8% | - |
| XYZ | 34.69 | 26.38 | 23 | - |
| YUV | 142.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 126 | 0 | 0.44 | 0.38 | 0.2 | 352 | 0.47 | 0.62 |
| Hex | CC | 72 | 7E | 0 | 2C | 26 | 14 | 160 | 2F | 3E |
| Octal | 314 | 162 | 176 | 0 | 54 | 46 | 24 | 540 | 57 | 76 |
| Binary | 11001100 | 1110010 | 1111110 | 0 | 101100 | 100110 | 10100 | 101100000 | 101111 | 111110 |
Color Harmonies of #CC727E
Complementary color
Monochromatic Colors of #CC727E
Black with #CC727E
Text Example
Text Example
White with #CC727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC727E; }
p { color: rgb(204,114,126); }
H1.HeaderClassName
{
color: #CC727E;
}
.AnyTagClassName
{
color: #CC727E;
}
</style>
background-color css
<style>
a { background-color: #CC727E; }
a { background-color: rgb(204,114,126); }
div.DivClassName
{
background-color: #CC727E;
}
.BgClassName
{
background-color: #CC727E;
}
</style>
border-color css
<style>
span { border-color: #CC727E; }
span { border-color: rgb(204,114,126); }
td.TdClassName
{
border-color: #CC727E;
}
.TagClassName
{
border-color: #CC727E;
}
</style>