Shades of Old Rose #CC2550
Tints of Old Rose #CC2550
RGB
CMYK
RGB Variations
Color information
#CC2550 (or 0xCC2550) is known color: Old Rose. HEX triplet: CC, 25 and 50. RGB value is (204,37,80). Sum of RGB (Red+Green+Blue) = 204+37+80=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2550 is #33DAAF. Grayscale: #5B5B5B. Windows color (decimal): -3398320 or 5252556. OLE color: 5252556.
HSL color Cylindrical-coordinate representation of color #CC2550: hue angle of 344.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2550 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 80 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.2 |
| HSL | 344.55º | 0.69% | 0.47% | - |
| HSV(B) | 344.55º | 0.82% | 0.8% | - |
| XYZ | 27.01 | 14.74 | 9.01 | - |
| YUV | 91.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 80 | 0 | 0.82 | 0.61 | 0.2 | 344.55 | 0.69 | 0.47 |
| Hex | CC | 25 | 50 | 0 | 52 | 3D | 14 | 159 | 45 | 2F |
| Octal | 314 | 45 | 120 | 0 | 122 | 75 | 24 | 531 | 105 | 57 |
| Binary | 11001100 | 100101 | 1010000 | 0 | 1010010 | 111101 | 10100 | 101011001 | 1000101 | 101111 |
Color Harmonies of #CC2550
Complementary color
Monochromatic Colors of #CC2550
Black with #CC2550
Text Example
Text Example
White with #CC2550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2550; }
p { color: rgb(204,37,80); }
H1.HeaderClassName
{
color: #CC2550;
}
.AnyTagClassName
{
color: #CC2550;
}
</style>
background-color css
<style>
a { background-color: #CC2550; }
a { background-color: rgb(204,37,80); }
div.DivClassName
{
background-color: #CC2550;
}
.BgClassName
{
background-color: #CC2550;
}
</style>
border-color css
<style>
span { border-color: #CC2550; }
span { border-color: rgb(204,37,80); }
td.TdClassName
{
border-color: #CC2550;
}
.TagClassName
{
border-color: #CC2550;
}
</style>