Shades of Old Rose #CC3154
Tints of Old Rose #CC3154
RGB
CMYK
RGB Variations
Color information
#CC3154 (or 0xCC3154) is known color: Old Rose. HEX triplet: CC, 31 and 54. RGB value is (204,49,84). Sum of RGB (Red+Green+Blue) = 204+49+84=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3154 is #33CEAB. Grayscale: #636363. Windows color (decimal): -3395244 or 5517772. OLE color: 5517772.
HSL color Cylindrical-coordinate representation of color #CC3154: hue angle of 346.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3154 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 84 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.2 |
| HSL | 346.45º | 0.61% | 0.5% | - |
| HSV(B) | 346.45º | 0.76% | 0.8% | - |
| XYZ | 27.6 | 15.67 | 9.96 | - |
| YUV | 99.34 | 119.35 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 84 | 0 | 0.76 | 0.59 | 0.2 | 346.45 | 0.61 | 0.5 |
| Hex | CC | 31 | 54 | 0 | 4C | 3B | 14 | 15A | 3D | 32 |
| Octal | 314 | 61 | 124 | 0 | 114 | 73 | 24 | 532 | 75 | 62 |
| Binary | 11001100 | 110001 | 1010100 | 0 | 1001100 | 111011 | 10100 | 101011010 | 111101 | 110010 |
Color Harmonies of #CC3154
Complementary color
Monochromatic Colors of #CC3154
Black with #CC3154
Text Example
Text Example
White with #CC3154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3154; }
p { color: rgb(204,49,84); }
H1.HeaderClassName
{
color: #CC3154;
}
.AnyTagClassName
{
color: #CC3154;
}
</style>
background-color css
<style>
a { background-color: #CC3154; }
a { background-color: rgb(204,49,84); }
div.DivClassName
{
background-color: #CC3154;
}
.BgClassName
{
background-color: #CC3154;
}
</style>
border-color css
<style>
span { border-color: #CC3154; }
span { border-color: rgb(204,49,84); }
td.TdClassName
{
border-color: #CC3154;
}
.TagClassName
{
border-color: #CC3154;
}
</style>