Shades of Old Rose #CC2350
Tints of Old Rose #CC2350
RGB
CMYK
RGB Variations
Color information
#CC2350 (or 0xCC2350) is known color: Old Rose. HEX triplet: CC, 23 and 50. RGB value is (204,35,80). Sum of RGB (Red+Green+Blue) = 204+35+80=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2350 is #33DCAF. Grayscale: #5A5A5A. Windows color (decimal): -3398832 or 5252044. OLE color: 5252044.
HSL color Cylindrical-coordinate representation of color #CC2350: hue angle of 344.02º 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 #CC2350 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 80 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.2 |
| HSL | 344.02º | 0.71% | 0.47% | - |
| HSV(B) | 344.02º | 0.83% | 0.8% | - |
| XYZ | 26.95 | 14.62 | 8.99 | - |
| YUV | 90.66 | 121.99 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 80 | 0 | 0.83 | 0.61 | 0.2 | 344.02 | 0.71 | 0.47 |
| Hex | CC | 23 | 50 | 0 | 53 | 3D | 14 | 158 | 47 | 2F |
| Octal | 314 | 43 | 120 | 0 | 123 | 75 | 24 | 530 | 107 | 57 |
| Binary | 11001100 | 100011 | 1010000 | 0 | 1010011 | 111101 | 10100 | 101011000 | 1000111 | 101111 |
Color Harmonies of #CC2350
Complementary color
Monochromatic Colors of #CC2350
Black with #CC2350
Text Example
Text Example
White with #CC2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2350; }
p { color: rgb(204,35,80); }
H1.HeaderClassName
{
color: #CC2350;
}
.AnyTagClassName
{
color: #CC2350;
}
</style>
background-color css
<style>
a { background-color: #CC2350; }
a { background-color: rgb(204,35,80); }
div.DivClassName
{
background-color: #CC2350;
}
.BgClassName
{
background-color: #CC2350;
}
</style>
border-color css
<style>
span { border-color: #CC2350; }
span { border-color: rgb(204,35,80); }
td.TdClassName
{
border-color: #CC2350;
}
.TagClassName
{
border-color: #CC2350;
}
</style>