Shades of Old Rose #CF3550
Tints of Old Rose #CF3550
RGB
CMYK
RGB Variations
Color information
#CF3550 (or 0xCF3550) is known color: Old Rose. HEX triplet: CF, 35 and 50. RGB value is (207,53,80). Sum of RGB (Red+Green+Blue) = 207+53+80=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3550 is #30CAAF. Grayscale: #666666. Windows color (decimal): -3197616 or 5256655. OLE color: 5256655.
HSL color Cylindrical-coordinate representation of color #CF3550: hue angle of 349.48º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3550 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 80 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.19 |
| HSL | 349.48º | 0.62% | 0.51% | - |
| HSV(B) | 349.48º | 0.74% | 0.81% | - |
| XYZ | 28.45 | 16.39 | 9.25 | - |
| YUV | 102.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 80 | 0 | 0.74 | 0.61 | 0.19 | 349.48 | 0.62 | 0.51 |
| Hex | CF | 35 | 50 | 0 | 4A | 3D | 13 | 15D | 3E | 33 |
| Octal | 317 | 65 | 120 | 0 | 112 | 75 | 23 | 535 | 76 | 63 |
| Binary | 11001111 | 110101 | 1010000 | 0 | 1001010 | 111101 | 10011 | 101011101 | 111110 | 110011 |
Color Harmonies of #CF3550
Complementary color
Monochromatic Colors of #CF3550
Black with #CF3550
Text Example
Text Example
White with #CF3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3550; }
p { color: rgb(207,53,80); }
H1.HeaderClassName
{
color: #CF3550;
}
.AnyTagClassName
{
color: #CF3550;
}
</style>
background-color css
<style>
a { background-color: #CF3550; }
a { background-color: rgb(207,53,80); }
div.DivClassName
{
background-color: #CF3550;
}
.BgClassName
{
background-color: #CF3550;
}
</style>
border-color css
<style>
span { border-color: #CF3550; }
span { border-color: rgb(207,53,80); }
td.TdClassName
{
border-color: #CF3550;
}
.TagClassName
{
border-color: #CF3550;
}
</style>