Shades of Old Rose #CC2050
Tints of Old Rose #CC2050
RGB
CMYK
RGB Variations
Color information
#CC2050 (or 0xCC2050) is known color: Old Rose. HEX triplet: CC, 20 and 50. RGB value is (204,32,80). Sum of RGB (Red+Green+Blue) = 204+32+80=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2050 is #33DFAF. Grayscale: #585858. Windows color (decimal): -3399600 or 5251276. OLE color: 5251276.
HSL color Cylindrical-coordinate representation of color #CC2050: hue angle of 343.26º degrees, saturation: 0.73, 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 #CC2050 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 80 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.2 |
| HSL | 343.26º | 0.73% | 0.46% | - |
| HSV(B) | 343.26º | 0.84% | 0.8% | - |
| XYZ | 26.87 | 14.45 | 8.96 | - |
| YUV | 88.9 | 122.98 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 80 | 0 | 0.84 | 0.61 | 0.2 | 343.26 | 0.73 | 0.46 |
| Hex | CC | 20 | 50 | 0 | 54 | 3D | 14 | 157 | 49 | 2E |
| Octal | 314 | 40 | 120 | 0 | 124 | 75 | 24 | 527 | 111 | 56 |
| Binary | 11001100 | 100000 | 1010000 | 0 | 1010100 | 111101 | 10100 | 101010111 | 1001001 | 101110 |
Color Harmonies of #CC2050
Complementary color
Monochromatic Colors of #CC2050
Black with #CC2050
Text Example
Text Example
White with #CC2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2050; }
p { color: rgb(204,32,80); }
H1.HeaderClassName
{
color: #CC2050;
}
.AnyTagClassName
{
color: #CC2050;
}
</style>
background-color css
<style>
a { background-color: #CC2050; }
a { background-color: rgb(204,32,80); }
div.DivClassName
{
background-color: #CC2050;
}
.BgClassName
{
background-color: #CC2050;
}
</style>
border-color css
<style>
span { border-color: #CC2050; }
span { border-color: rgb(204,32,80); }
td.TdClassName
{
border-color: #CC2050;
}
.TagClassName
{
border-color: #CC2050;
}
</style>