Shades of Old Rose #CF3756
Tints of Old Rose #CF3756
RGB
CMYK
RGB Variations
Color information
#CF3756 (or 0xCF3756) is known color: Old Rose. HEX triplet: CF, 37 and 56. RGB value is (207,55,86). Sum of RGB (Red+Green+Blue) = 207+55+86=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3756 is #30C8A9. Grayscale: #686868. Windows color (decimal): -3197098 or 5650383. OLE color: 5650383.
HSL color Cylindrical-coordinate representation of color #CF3756: hue angle of 347.76º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3756 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 86 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.19 |
| HSL | 347.76º | 0.61% | 0.51% | - |
| HSV(B) | 347.76º | 0.73% | 0.81% | - |
| XYZ | 28.78 | 16.67 | 10.5 | - |
| YUV | 103.98 | 117.86 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 86 | 0 | 0.73 | 0.58 | 0.19 | 347.76 | 0.61 | 0.51 |
| Hex | CF | 37 | 56 | 0 | 49 | 3A | 13 | 15C | 3D | 33 |
| Octal | 317 | 67 | 126 | 0 | 111 | 72 | 23 | 534 | 75 | 63 |
| Binary | 11001111 | 110111 | 1010110 | 0 | 1001001 | 111010 | 10011 | 101011100 | 111101 | 110011 |
Color Harmonies of #CF3756
Complementary color
Monochromatic Colors of #CF3756
Black with #CF3756
Text Example
Text Example
White with #CF3756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3756; }
p { color: rgb(207,55,86); }
H1.HeaderClassName
{
color: #CF3756;
}
.AnyTagClassName
{
color: #CF3756;
}
</style>
background-color css
<style>
a { background-color: #CF3756; }
a { background-color: rgb(207,55,86); }
div.DivClassName
{
background-color: #CF3756;
}
.BgClassName
{
background-color: #CF3756;
}
</style>
border-color css
<style>
span { border-color: #CF3756; }
span { border-color: rgb(207,55,86); }
td.TdClassName
{
border-color: #CF3756;
}
.TagClassName
{
border-color: #CF3756;
}
</style>