Shades of Old Rose #CC324E
Tints of Old Rose #CC324E
RGB
CMYK
RGB Variations
Color information
#CC324E (or 0xCC324E) is known color: Old Rose. HEX triplet: CC, 32 and 4E. RGB value is (204,50,78). Sum of RGB (Red+Green+Blue) = 204+50+78=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC324E is #33CDB1. Grayscale: #636363. Windows color (decimal): -3394994 or 5124812. OLE color: 5124812.
HSL color Cylindrical-coordinate representation of color #CC324E: hue angle of 349.09º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC324E is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 78 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.2 |
| HSL | 349.09º | 0.61% | 0.5% | - |
| HSV(B) | 349.09º | 0.75% | 0.8% | - |
| XYZ | 27.42 | 15.67 | 8.79 | - |
| YUV | 99.24 | 116.02 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 78 | 0 | 0.75 | 0.62 | 0.2 | 349.09 | 0.61 | 0.5 |
| Hex | CC | 32 | 4E | 0 | 4B | 3E | 14 | 15D | 3D | 32 |
| Octal | 314 | 62 | 116 | 0 | 113 | 76 | 24 | 535 | 75 | 62 |
| Binary | 11001100 | 110010 | 1001110 | 0 | 1001011 | 111110 | 10100 | 101011101 | 111101 | 110010 |
Color Harmonies of #CC324E
Complementary color
Monochromatic Colors of #CC324E
Black with #CC324E
Text Example
Text Example
White with #CC324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC324E; }
p { color: rgb(204,50,78); }
H1.HeaderClassName
{
color: #CC324E;
}
.AnyTagClassName
{
color: #CC324E;
}
</style>
background-color css
<style>
a { background-color: #CC324E; }
a { background-color: rgb(204,50,78); }
div.DivClassName
{
background-color: #CC324E;
}
.BgClassName
{
background-color: #CC324E;
}
</style>
border-color css
<style>
span { border-color: #CC324E; }
span { border-color: rgb(204,50,78); }
td.TdClassName
{
border-color: #CC324E;
}
.TagClassName
{
border-color: #CC324E;
}
</style>