Shades of Old Rose #CC3550
Tints of Old Rose #CC3550
RGB
CMYK
RGB Variations
Color information
#CC3550 (or 0xCC3550) is known color: Old Rose. HEX triplet: CC, 35 and 50. RGB value is (204,53,80). Sum of RGB (Red+Green+Blue) = 204+53+80=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3550 is #33CAAF. Grayscale: #656565. Windows color (decimal): -3394224 or 5256652. OLE color: 5256652.
HSL color Cylindrical-coordinate representation of color #CC3550: hue angle of 349.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3550 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 80 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.2 |
| HSL | 349.27º | 0.6% | 0.5% | - |
| HSV(B) | 349.27º | 0.74% | 0.8% | - |
| XYZ | 27.62 | 15.96 | 9.21 | - |
| YUV | 101.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 80 | 0 | 0.74 | 0.61 | 0.2 | 349.27 | 0.6 | 0.5 |
| Hex | CC | 35 | 50 | 0 | 4A | 3D | 14 | 15D | 3C | 32 |
| Octal | 314 | 65 | 120 | 0 | 112 | 75 | 24 | 535 | 74 | 62 |
| Binary | 11001100 | 110101 | 1010000 | 0 | 1001010 | 111101 | 10100 | 101011101 | 111100 | 110010 |
Color Harmonies of #CC3550
Complementary color
Monochromatic Colors of #CC3550
Black with #CC3550
Text Example
Text Example
White with #CC3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3550; }
p { color: rgb(204,53,80); }
H1.HeaderClassName
{
color: #CC3550;
}
.AnyTagClassName
{
color: #CC3550;
}
</style>
background-color css
<style>
a { background-color: #CC3550; }
a { background-color: rgb(204,53,80); }
div.DivClassName
{
background-color: #CC3550;
}
.BgClassName
{
background-color: #CC3550;
}
</style>
border-color css
<style>
span { border-color: #CC3550; }
span { border-color: rgb(204,53,80); }
td.TdClassName
{
border-color: #CC3550;
}
.TagClassName
{
border-color: #CC3550;
}
</style>