Shades of Charm #CC727A
Tints of Charm #CC727A
RGB
CMYK
RGB Variations
Color information
#CC727A (or 0xCC727A) is known color: Charm. HEX triplet: CC, 72 and 7A. RGB value is (204,114,122). Sum of RGB (Red+Green+Blue) = 204+114+122=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC727A is #338D85. Grayscale: #8D8D8D. Windows color (decimal): -3378566 or 8024780. OLE color: 8024780.
HSL color Cylindrical-coordinate representation of color #CC727A: hue angle of 354.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 #CC727A is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 122 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.2 |
| HSL | 354.67º | 0.47% | 0.62% | - |
| HSV(B) | 354.67º | 0.44% | 0.8% | - |
| XYZ | 34.43 | 26.28 | 21.67 | - |
| YUV | 141.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 122 | 0 | 0.44 | 0.40 | 0.2 | 354.67 | 0.47 | 0.62 |
| Hex | CC | 72 | 7A | 0 | 2C | 28 | 14 | 163 | 2F | 3E |
| Octal | 314 | 162 | 172 | 0 | 54 | 50 | 24 | 543 | 57 | 76 |
| Binary | 11001100 | 1110010 | 1111010 | 0 | 101100 | 101000 | 10100 | 101100011 | 101111 | 111110 |
Color Harmonies of #CC727A
Complementary color
Monochromatic Colors of #CC727A
Black with #CC727A
Text Example
Text Example
White with #CC727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC727A; }
p { color: rgb(204,114,122); }
H1.HeaderClassName
{
color: #CC727A;
}
.AnyTagClassName
{
color: #CC727A;
}
</style>
background-color css
<style>
a { background-color: #CC727A; }
a { background-color: rgb(204,114,122); }
div.DivClassName
{
background-color: #CC727A;
}
.BgClassName
{
background-color: #CC727A;
}
</style>
border-color css
<style>
span { border-color: #CC727A; }
span { border-color: rgb(204,114,122); }
td.TdClassName
{
border-color: #CC727A;
}
.TagClassName
{
border-color: #CC727A;
}
</style>