Shades of Old Rose #CF3A56
Tints of Old Rose #CF3A56
RGB
CMYK
RGB Variations
Color information
#CF3A56 (or 0xCF3A56) is known color: Old Rose. HEX triplet: CF, 3A and 56. RGB value is (207,58,86). Sum of RGB (Red+Green+Blue) = 207+58+86=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A56 is #30C5A9. Grayscale: #696969. Windows color (decimal): -3196330 or 5651151. OLE color: 5651151.
HSL color Cylindrical-coordinate representation of color #CF3A56: hue angle of 348.72º 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 #CF3A56 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 86 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.19 |
| HSL | 348.72º | 0.61% | 0.52% | - |
| HSV(B) | 348.72º | 0.72% | 0.81% | - |
| XYZ | 28.92 | 16.96 | 10.55 | - |
| YUV | 105.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 86 | 0 | 0.72 | 0.58 | 0.19 | 348.72 | 0.61 | 0.52 |
| Hex | CF | 3A | 56 | 0 | 48 | 3A | 13 | 15D | 3D | 34 |
| Octal | 317 | 72 | 126 | 0 | 110 | 72 | 23 | 535 | 75 | 64 |
| Binary | 11001111 | 111010 | 1010110 | 0 | 1001000 | 111010 | 10011 | 101011101 | 111101 | 110100 |
Color Harmonies of #CF3A56
Complementary color
Monochromatic Colors of #CF3A56
Black with #CF3A56
Text Example
Text Example
White with #CF3A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A56; }
p { color: rgb(207,58,86); }
H1.HeaderClassName
{
color: #CF3A56;
}
.AnyTagClassName
{
color: #CF3A56;
}
</style>
background-color css
<style>
a { background-color: #CF3A56; }
a { background-color: rgb(207,58,86); }
div.DivClassName
{
background-color: #CF3A56;
}
.BgClassName
{
background-color: #CF3A56;
}
</style>
border-color css
<style>
span { border-color: #CF3A56; }
span { border-color: rgb(207,58,86); }
td.TdClassName
{
border-color: #CF3A56;
}
.TagClassName
{
border-color: #CF3A56;
}
</style>