Shades of Old Rose #CF3956
Tints of Old Rose #CF3956
RGB
CMYK
RGB Variations
Color information
#CF3956 (or 0xCF3956) is known color: Old Rose. HEX triplet: CF, 39 and 56. RGB value is (207,57,86). Sum of RGB (Red+Green+Blue) = 207+57+86=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3956 is #30C6A9. Grayscale: #696969. Windows color (decimal): -3196586 or 5650895. OLE color: 5650895.
HSL color Cylindrical-coordinate representation of color #CF3956: hue angle of 348.4º 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 #CF3956 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 86 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.19 |
| HSL | 348.4º | 0.61% | 0.52% | - |
| HSV(B) | 348.4º | 0.72% | 0.81% | - |
| XYZ | 28.87 | 16.86 | 10.54 | - |
| YUV | 105.16 | 117.2 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 86 | 0 | 0.72 | 0.58 | 0.19 | 348.4 | 0.61 | 0.52 |
| Hex | CF | 39 | 56 | 0 | 48 | 3A | 13 | 15C | 3D | 34 |
| Octal | 317 | 71 | 126 | 0 | 110 | 72 | 23 | 534 | 75 | 64 |
| Binary | 11001111 | 111001 | 1010110 | 0 | 1001000 | 111010 | 10011 | 101011100 | 111101 | 110100 |
Color Harmonies of #CF3956
Complementary color
Monochromatic Colors of #CF3956
Black with #CF3956
Text Example
Text Example
White with #CF3956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3956; }
p { color: rgb(207,57,86); }
H1.HeaderClassName
{
color: #CF3956;
}
.AnyTagClassName
{
color: #CF3956;
}
</style>
background-color css
<style>
a { background-color: #CF3956; }
a { background-color: rgb(207,57,86); }
div.DivClassName
{
background-color: #CF3956;
}
.BgClassName
{
background-color: #CF3956;
}
</style>
border-color css
<style>
span { border-color: #CF3956; }
span { border-color: rgb(207,57,86); }
td.TdClassName
{
border-color: #CF3956;
}
.TagClassName
{
border-color: #CF3956;
}
</style>