Shades of Old Rose #CC2151
Tints of Old Rose #CC2151
RGB
CMYK
RGB Variations
Color information
#CC2151 (or 0xCC2151) is known color: Old Rose. HEX triplet: CC, 21 and 51. RGB value is (204,33,81). Sum of RGB (Red+Green+Blue) = 204+33+81=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2151 is #33DEAE. Grayscale: #595959. Windows color (decimal): -3399343 or 5317068. OLE color: 5317068.
HSL color Cylindrical-coordinate representation of color #CC2151: hue angle of 343.16º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2151 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 81 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.2 |
| HSL | 343.16º | 0.72% | 0.46% | - |
| HSV(B) | 343.16º | 0.84% | 0.8% | - |
| XYZ | 26.93 | 14.52 | 9.17 | - |
| YUV | 89.6 | 123.15 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 81 | 0 | 0.84 | 0.60 | 0.2 | 343.16 | 0.72 | 0.46 |
| Hex | CC | 21 | 51 | 0 | 54 | 3C | 14 | 157 | 48 | 2E |
| Octal | 314 | 41 | 121 | 0 | 124 | 74 | 24 | 527 | 110 | 56 |
| Binary | 11001100 | 100001 | 1010001 | 0 | 1010100 | 111100 | 10100 | 101010111 | 1001000 | 101110 |
Color Harmonies of #CC2151
Complementary color
Monochromatic Colors of #CC2151
Black with #CC2151
Text Example
Text Example
White with #CC2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2151; }
p { color: rgb(204,33,81); }
H1.HeaderClassName
{
color: #CC2151;
}
.AnyTagClassName
{
color: #CC2151;
}
</style>
background-color css
<style>
a { background-color: #CC2151; }
a { background-color: rgb(204,33,81); }
div.DivClassName
{
background-color: #CC2151;
}
.BgClassName
{
background-color: #CC2151;
}
</style>
border-color css
<style>
span { border-color: #CC2151; }
span { border-color: rgb(204,33,81); }
td.TdClassName
{
border-color: #CC2151;
}
.TagClassName
{
border-color: #CC2151;
}
</style>