Shades of Old Rose #CC2954
Tints of Old Rose #CC2954
RGB
CMYK
RGB Variations
Color information
#CC2954 (or 0xCC2954) is known color: Old Rose. HEX triplet: CC, 29 and 54. RGB value is (204,41,84). Sum of RGB (Red+Green+Blue) = 204+41+84=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2954 is #33D6AB. Grayscale: #5E5E5E. Windows color (decimal): -3397292 or 5515724. OLE color: 5515724.
HSL color Cylindrical-coordinate representation of color #CC2954: hue angle of 344.17º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2954 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 84 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.2 |
| HSL | 344.17º | 0.67% | 0.48% | - |
| HSV(B) | 344.17º | 0.8% | 0.8% | - |
| XYZ | 27.3 | 15.06 | 9.86 | - |
| YUV | 94.64 | 122 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 84 | 0 | 0.80 | 0.59 | 0.2 | 344.17 | 0.67 | 0.48 |
| Hex | CC | 29 | 54 | 0 | 50 | 3B | 14 | 158 | 43 | 30 |
| Octal | 314 | 51 | 124 | 0 | 120 | 73 | 24 | 530 | 103 | 60 |
| Binary | 11001100 | 101001 | 1010100 | 0 | 1010000 | 111011 | 10100 | 101011000 | 1000011 | 110000 |
Color Harmonies of #CC2954
Complementary color
Monochromatic Colors of #CC2954
Black with #CC2954
Text Example
Text Example
White with #CC2954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2954; }
p { color: rgb(204,41,84); }
H1.HeaderClassName
{
color: #CC2954;
}
.AnyTagClassName
{
color: #CC2954;
}
</style>
background-color css
<style>
a { background-color: #CC2954; }
a { background-color: rgb(204,41,84); }
div.DivClassName
{
background-color: #CC2954;
}
.BgClassName
{
background-color: #CC2954;
}
</style>
border-color css
<style>
span { border-color: #CC2954; }
span { border-color: rgb(204,41,84); }
td.TdClassName
{
border-color: #CC2954;
}
.TagClassName
{
border-color: #CC2954;
}
</style>