Shades of Old Rose #CF3450
Tints of Old Rose #CF3450
RGB
CMYK
RGB Variations
Color information
#CF3450 (or 0xCF3450) is known color: Old Rose. HEX triplet: CF, 34 and 50. RGB value is (207,52,80). Sum of RGB (Red+Green+Blue) = 207+52+80=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3450 is #30CBAF. Grayscale: #656565. Windows color (decimal): -3197872 or 5256399. OLE color: 5256399.
HSL color Cylindrical-coordinate representation of color #CF3450: hue angle of 349.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3450 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 80 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.19 |
| HSL | 349.16º | 0.62% | 0.51% | - |
| HSV(B) | 349.16º | 0.75% | 0.81% | - |
| XYZ | 28.41 | 16.3 | 9.24 | - |
| YUV | 101.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 80 | 0 | 0.75 | 0.61 | 0.19 | 349.16 | 0.62 | 0.51 |
| Hex | CF | 34 | 50 | 0 | 4B | 3D | 13 | 15D | 3E | 33 |
| Octal | 317 | 64 | 120 | 0 | 113 | 75 | 23 | 535 | 76 | 63 |
| Binary | 11001111 | 110100 | 1010000 | 0 | 1001011 | 111101 | 10011 | 101011101 | 111110 | 110011 |
Color Harmonies of #CF3450
Complementary color
Monochromatic Colors of #CF3450
Black with #CF3450
Text Example
Text Example
White with #CF3450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3450; }
p { color: rgb(207,52,80); }
H1.HeaderClassName
{
color: #CF3450;
}
.AnyTagClassName
{
color: #CF3450;
}
</style>
background-color css
<style>
a { background-color: #CF3450; }
a { background-color: rgb(207,52,80); }
div.DivClassName
{
background-color: #CF3450;
}
.BgClassName
{
background-color: #CF3450;
}
</style>
border-color css
<style>
span { border-color: #CF3450; }
span { border-color: rgb(207,52,80); }
td.TdClassName
{
border-color: #CF3450;
}
.TagClassName
{
border-color: #CF3450;
}
</style>