Shades of Old Rose #CC324F
Tints of Old Rose #CC324F
RGB
CMYK
RGB Variations
Color information
#CC324F (or 0xCC324F) is known color: Old Rose. HEX triplet: CC, 32 and 4F. RGB value is (204,50,79). Sum of RGB (Red+Green+Blue) = 204+50+79=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC324F is #33CDB0. Grayscale: #636363. Windows color (decimal): -3394993 or 5190348. OLE color: 5190348.
HSL color Cylindrical-coordinate representation of color #CC324F: hue angle of 348.7º 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 #CC324F is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 79 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.2 |
| HSL | 348.7º | 0.61% | 0.5% | - |
| HSV(B) | 348.7º | 0.75% | 0.8% | - |
| XYZ | 27.45 | 15.68 | 8.98 | - |
| YUV | 99.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 79 | 0 | 0.75 | 0.61 | 0.2 | 348.7 | 0.61 | 0.5 |
| Hex | CC | 32 | 4F | 0 | 4B | 3D | 14 | 15D | 3D | 32 |
| Octal | 314 | 62 | 117 | 0 | 113 | 75 | 24 | 535 | 75 | 62 |
| Binary | 11001100 | 110010 | 1001111 | 0 | 1001011 | 111101 | 10100 | 101011101 | 111101 | 110010 |
Color Harmonies of #CC324F
Complementary color
Monochromatic Colors of #CC324F
Black with #CC324F
Text Example
Text Example
White with #CC324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC324F; }
p { color: rgb(204,50,79); }
H1.HeaderClassName
{
color: #CC324F;
}
.AnyTagClassName
{
color: #CC324F;
}
</style>
background-color css
<style>
a { background-color: #CC324F; }
a { background-color: rgb(204,50,79); }
div.DivClassName
{
background-color: #CC324F;
}
.BgClassName
{
background-color: #CC324F;
}
</style>
border-color css
<style>
span { border-color: #CC324F; }
span { border-color: rgb(204,50,79); }
td.TdClassName
{
border-color: #CC324F;
}
.TagClassName
{
border-color: #CC324F;
}
</style>