Shades of Old Rose #CF3A55
Tints of Old Rose #CF3A55
RGB
CMYK
RGB Variations
Color information
#CF3A55 (or 0xCF3A55) is known color: Old Rose. HEX triplet: CF, 3A and 55. RGB value is (207,58,85). Sum of RGB (Red+Green+Blue) = 207+58+85=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A55 is #30C5AA. Grayscale: #696969. Windows color (decimal): -3196331 or 5585615. OLE color: 5585615.
HSL color Cylindrical-coordinate representation of color #CF3A55: hue angle of 349.13º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A55 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 85 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.19 |
| HSL | 349.13º | 0.61% | 0.52% | - |
| HSV(B) | 349.13º | 0.72% | 0.81% | - |
| XYZ | 28.88 | 16.95 | 10.34 | - |
| YUV | 105.63 | 116.36 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 85 | 0 | 0.72 | 0.59 | 0.19 | 349.13 | 0.61 | 0.52 |
| Hex | CF | 3A | 55 | 0 | 48 | 3B | 13 | 15D | 3D | 34 |
| Octal | 317 | 72 | 125 | 0 | 110 | 73 | 23 | 535 | 75 | 64 |
| Binary | 11001111 | 111010 | 1010101 | 0 | 1001000 | 111011 | 10011 | 101011101 | 111101 | 110100 |
Color Harmonies of #CF3A55
Complementary color
Monochromatic Colors of #CF3A55
Black with #CF3A55
Text Example
Text Example
White with #CF3A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A55; }
p { color: rgb(207,58,85); }
H1.HeaderClassName
{
color: #CF3A55;
}
.AnyTagClassName
{
color: #CF3A55;
}
</style>
background-color css
<style>
a { background-color: #CF3A55; }
a { background-color: rgb(207,58,85); }
div.DivClassName
{
background-color: #CF3A55;
}
.BgClassName
{
background-color: #CF3A55;
}
</style>
border-color css
<style>
span { border-color: #CF3A55; }
span { border-color: rgb(207,58,85); }
td.TdClassName
{
border-color: #CF3A55;
}
.TagClassName
{
border-color: #CF3A55;
}
</style>