Shades of Old Rose #CC3950
Tints of Old Rose #CC3950
RGB
CMYK
RGB Variations
Color information
#CC3950 (or 0xCC3950) is known color: Old Rose. HEX triplet: CC, 39 and 50. RGB value is (204,57,80). Sum of RGB (Red+Green+Blue) = 204+57+80=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3950 is #33C6AF. Grayscale: #676767. Windows color (decimal): -3393200 or 5257676. OLE color: 5257676.
HSL color Cylindrical-coordinate representation of color #CC3950: hue angle of 350.61º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3950 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 80 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.2 |
| HSL | 350.61º | 0.59% | 0.51% | - |
| HSV(B) | 350.61º | 0.72% | 0.8% | - |
| XYZ | 27.81 | 16.34 | 9.28 | - |
| YUV | 103.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 80 | 0 | 0.72 | 0.61 | 0.2 | 350.61 | 0.59 | 0.51 |
| Hex | CC | 39 | 50 | 0 | 48 | 3D | 14 | 15F | 3B | 33 |
| Octal | 314 | 71 | 120 | 0 | 110 | 75 | 24 | 537 | 73 | 63 |
| Binary | 11001100 | 111001 | 1010000 | 0 | 1001000 | 111101 | 10100 | 101011111 | 111011 | 110011 |
Color Harmonies of #CC3950
Complementary color
Monochromatic Colors of #CC3950
Black with #CC3950
Text Example
Text Example
White with #CC3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3950; }
p { color: rgb(204,57,80); }
H1.HeaderClassName
{
color: #CC3950;
}
.AnyTagClassName
{
color: #CC3950;
}
</style>
background-color css
<style>
a { background-color: #CC3950; }
a { background-color: rgb(204,57,80); }
div.DivClassName
{
background-color: #CC3950;
}
.BgClassName
{
background-color: #CC3950;
}
</style>
border-color css
<style>
span { border-color: #CC3950; }
span { border-color: rgb(204,57,80); }
td.TdClassName
{
border-color: #CC3950;
}
.TagClassName
{
border-color: #CC3950;
}
</style>