Shades of Charm #CC728A
Tints of Charm #CC728A
RGB
CMYK
RGB Variations
Color information
#CC728A (or 0xCC728A) is known color: Charm. HEX triplet: CC, 72 and 8A. RGB value is (204,114,138). Sum of RGB (Red+Green+Blue) = 204+114+138=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC728A is #338D75. Grayscale: #8F8F8F. Windows color (decimal): -3378550 or 9073356. OLE color: 9073356.
HSL color Cylindrical-coordinate representation of color #CC728A: hue angle of 344º 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 #CC728A is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 138 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.2 |
| HSL | 344º | 0.47% | 0.62% | - |
| HSV(B) | 344º | 0.44% | 0.8% | - |
| XYZ | 35.51 | 26.71 | 27.33 | - |
| YUV | 143.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 138 | 0 | 0.44 | 0.32 | 0.2 | 344 | 0.47 | 0.62 |
| Hex | CC | 72 | 8A | 0 | 2C | 20 | 14 | 158 | 2F | 3E |
| Octal | 314 | 162 | 212 | 0 | 54 | 40 | 24 | 530 | 57 | 76 |
| Binary | 11001100 | 1110010 | 10001010 | 0 | 101100 | 100000 | 10100 | 101011000 | 101111 | 111110 |
Color Harmonies of #CC728A
Complementary color
Monochromatic Colors of #CC728A
Black with #CC728A
Text Example
Text Example
White with #CC728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC728A; }
p { color: rgb(204,114,138); }
H1.HeaderClassName
{
color: #CC728A;
}
.AnyTagClassName
{
color: #CC728A;
}
</style>
background-color css
<style>
a { background-color: #CC728A; }
a { background-color: rgb(204,114,138); }
div.DivClassName
{
background-color: #CC728A;
}
.BgClassName
{
background-color: #CC728A;
}
</style>
border-color css
<style>
span { border-color: #CC728A; }
span { border-color: rgb(204,114,138); }
td.TdClassName
{
border-color: #CC728A;
}
.TagClassName
{
border-color: #CC728A;
}
</style>