Shades of Old Rose #CC2551
Tints of Old Rose #CC2551
RGB
CMYK
RGB Variations
Color information
#CC2551 (or 0xCC2551) is known color: Old Rose. HEX triplet: CC, 25 and 51. RGB value is (204,37,81). Sum of RGB (Red+Green+Blue) = 204+37+81=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2551 is #33DAAE. Grayscale: #5B5B5B. Windows color (decimal): -3398319 or 5318092. OLE color: 5318092.
HSL color Cylindrical-coordinate representation of color #CC2551: hue angle of 344.19º 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 #CC2551 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 81 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.2 |
| HSL | 344.19º | 0.69% | 0.47% | - |
| HSV(B) | 344.19º | 0.82% | 0.8% | - |
| XYZ | 27.05 | 14.75 | 9.21 | - |
| YUV | 91.95 | 121.83 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 81 | 0 | 0.82 | 0.60 | 0.2 | 344.19 | 0.69 | 0.47 |
| Hex | CC | 25 | 51 | 0 | 52 | 3C | 14 | 158 | 45 | 2F |
| Octal | 314 | 45 | 121 | 0 | 122 | 74 | 24 | 530 | 105 | 57 |
| Binary | 11001100 | 100101 | 1010001 | 0 | 1010010 | 111100 | 10100 | 101011000 | 1000101 | 101111 |
Color Harmonies of #CC2551
Complementary color
Monochromatic Colors of #CC2551
Black with #CC2551
Text Example
Text Example
White with #CC2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2551; }
p { color: rgb(204,37,81); }
H1.HeaderClassName
{
color: #CC2551;
}
.AnyTagClassName
{
color: #CC2551;
}
</style>
background-color css
<style>
a { background-color: #CC2551; }
a { background-color: rgb(204,37,81); }
div.DivClassName
{
background-color: #CC2551;
}
.BgClassName
{
background-color: #CC2551;
}
</style>
border-color css
<style>
span { border-color: #CC2551; }
span { border-color: rgb(204,37,81); }
td.TdClassName
{
border-color: #CC2551;
}
.TagClassName
{
border-color: #CC2551;
}
</style>