Shades of Old Rose #CF274E
Tints of Old Rose #CF274E
RGB
CMYK
RGB Variations
Color information
#CF274E (or 0xCF274E) is known color: Old Rose. HEX triplet: CF, 27 and 4E. RGB value is (207,39,78). Sum of RGB (Red+Green+Blue) = 207+39+78=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF274E is #30D8B1. Grayscale: #5D5D5D. Windows color (decimal): -3201202 or 5121999. OLE color: 5121999.
HSL color Cylindrical-coordinate representation of color #CF274E: hue angle of 346.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF274E is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 78 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.19 |
| HSL | 346.07º | 0.68% | 0.48% | - |
| HSV(B) | 346.07º | 0.81% | 0.81% | - |
| XYZ | 27.83 | 15.27 | 8.69 | - |
| YUV | 93.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 78 | 0 | 0.81 | 0.62 | 0.19 | 346.07 | 0.68 | 0.48 |
| Hex | CF | 27 | 4E | 0 | 51 | 3E | 13 | 15A | 44 | 30 |
| Octal | 317 | 47 | 116 | 0 | 121 | 76 | 23 | 532 | 104 | 60 |
| Binary | 11001111 | 100111 | 1001110 | 0 | 1010001 | 111110 | 10011 | 101011010 | 1000100 | 110000 |
Color Harmonies of #CF274E
Complementary color
Monochromatic Colors of #CF274E
Black with #CF274E
Text Example
Text Example
White with #CF274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF274E; }
p { color: rgb(207,39,78); }
H1.HeaderClassName
{
color: #CF274E;
}
.AnyTagClassName
{
color: #CF274E;
}
</style>
background-color css
<style>
a { background-color: #CF274E; }
a { background-color: rgb(207,39,78); }
div.DivClassName
{
background-color: #CF274E;
}
.BgClassName
{
background-color: #CF274E;
}
</style>
border-color css
<style>
span { border-color: #CF274E; }
span { border-color: rgb(207,39,78); }
td.TdClassName
{
border-color: #CF274E;
}
.TagClassName
{
border-color: #CF274E;
}
</style>