Shades of Charm #CC727B
Tints of Charm #CC727B
RGB
CMYK
RGB Variations
Color information
#CC727B (or 0xCC727B) is known color: Charm. HEX triplet: CC, 72 and 7B. RGB value is (204,114,123). Sum of RGB (Red+Green+Blue) = 204+114+123=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC727B is #338D84. Grayscale: #8D8D8D. Windows color (decimal): -3378565 or 8090316. OLE color: 8090316.
HSL color Cylindrical-coordinate representation of color #CC727B: hue angle of 354º 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 #CC727B is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 123 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.2 |
| HSL | 354º | 0.47% | 0.62% | - |
| HSV(B) | 354º | 0.44% | 0.8% | - |
| XYZ | 34.49 | 26.3 | 22 | - |
| YUV | 141.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 123 | 0 | 0.44 | 0.40 | 0.2 | 354 | 0.47 | 0.62 |
| Hex | CC | 72 | 7B | 0 | 2C | 28 | 14 | 162 | 2F | 3E |
| Octal | 314 | 162 | 173 | 0 | 54 | 50 | 24 | 542 | 57 | 76 |
| Binary | 11001100 | 1110010 | 1111011 | 0 | 101100 | 101000 | 10100 | 101100010 | 101111 | 111110 |
Color Harmonies of #CC727B
Complementary color
Monochromatic Colors of #CC727B
Black with #CC727B
Text Example
Text Example
White with #CC727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC727B; }
p { color: rgb(204,114,123); }
H1.HeaderClassName
{
color: #CC727B;
}
.AnyTagClassName
{
color: #CC727B;
}
</style>
background-color css
<style>
a { background-color: #CC727B; }
a { background-color: rgb(204,114,123); }
div.DivClassName
{
background-color: #CC727B;
}
.BgClassName
{
background-color: #CC727B;
}
</style>
border-color css
<style>
span { border-color: #CC727B; }
span { border-color: rgb(204,114,123); }
td.TdClassName
{
border-color: #CC727B;
}
.TagClassName
{
border-color: #CC727B;
}
</style>