Shades of Old Rose #CC324D
Tints of Old Rose #CC324D
RGB
CMYK
RGB Variations
Color information
#CC324D (or 0xCC324D) is known color: Old Rose. HEX triplet: CC, 32 and 4D. RGB value is (204,50,77). Sum of RGB (Red+Green+Blue) = 204+50+77=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC324D is #33CDB2. Grayscale: #636363. Windows color (decimal): -3394995 or 5059276. OLE color: 5059276.
HSL color Cylindrical-coordinate representation of color #CC324D: hue angle of 349.48º 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 #CC324D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 77 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.2 |
| HSL | 349.48º | 0.61% | 0.5% | - |
| HSV(B) | 349.48º | 0.75% | 0.8% | - |
| XYZ | 27.38 | 15.65 | 8.6 | - |
| YUV | 99.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 77 | 0 | 0.75 | 0.62 | 0.2 | 349.48 | 0.61 | 0.5 |
| Hex | CC | 32 | 4D | 0 | 4B | 3E | 14 | 15D | 3D | 32 |
| Octal | 314 | 62 | 115 | 0 | 113 | 76 | 24 | 535 | 75 | 62 |
| Binary | 11001100 | 110010 | 1001101 | 0 | 1001011 | 111110 | 10100 | 101011101 | 111101 | 110010 |
Color Harmonies of #CC324D
Complementary color
Monochromatic Colors of #CC324D
Black with #CC324D
Text Example
Text Example
White with #CC324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC324D; }
p { color: rgb(204,50,77); }
H1.HeaderClassName
{
color: #CC324D;
}
.AnyTagClassName
{
color: #CC324D;
}
</style>
background-color css
<style>
a { background-color: #CC324D; }
a { background-color: rgb(204,50,77); }
div.DivClassName
{
background-color: #CC324D;
}
.BgClassName
{
background-color: #CC324D;
}
</style>
border-color css
<style>
span { border-color: #CC324D; }
span { border-color: rgb(204,50,77); }
td.TdClassName
{
border-color: #CC324D;
}
.TagClassName
{
border-color: #CC324D;
}
</style>