Shades of Old Rose #CC2251
Tints of Old Rose #CC2251
RGB
CMYK
RGB Variations
Color information
#CC2251 (or 0xCC2251) is known color: Old Rose. HEX triplet: CC, 22 and 51. RGB value is (204,34,81). Sum of RGB (Red+Green+Blue) = 204+34+81=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2251 is #33DDAE. Grayscale: #5A5A5A. Windows color (decimal): -3399087 or 5317324. OLE color: 5317324.
HSL color Cylindrical-coordinate representation of color #CC2251: hue angle of 343.41º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2251 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 81 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.2 |
| HSL | 343.41º | 0.71% | 0.47% | - |
| HSV(B) | 343.41º | 0.83% | 0.8% | - |
| XYZ | 26.96 | 14.58 | 9.18 | - |
| YUV | 90.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 81 | 0 | 0.83 | 0.60 | 0.2 | 343.41 | 0.71 | 0.47 |
| Hex | CC | 22 | 51 | 0 | 53 | 3C | 14 | 157 | 47 | 2F |
| Octal | 314 | 42 | 121 | 0 | 123 | 74 | 24 | 527 | 107 | 57 |
| Binary | 11001100 | 100010 | 1010001 | 0 | 1010011 | 111100 | 10100 | 101010111 | 1000111 | 101111 |
Color Harmonies of #CC2251
Complementary color
Monochromatic Colors of #CC2251
Black with #CC2251
Text Example
Text Example
White with #CC2251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2251; }
p { color: rgb(204,34,81); }
H1.HeaderClassName
{
color: #CC2251;
}
.AnyTagClassName
{
color: #CC2251;
}
</style>
background-color css
<style>
a { background-color: #CC2251; }
a { background-color: rgb(204,34,81); }
div.DivClassName
{
background-color: #CC2251;
}
.BgClassName
{
background-color: #CC2251;
}
</style>
border-color css
<style>
span { border-color: #CC2251; }
span { border-color: rgb(204,34,81); }
td.TdClassName
{
border-color: #CC2251;
}
.TagClassName
{
border-color: #CC2251;
}
</style>