Shades of Old Rose #CF254E
Tints of Old Rose #CF254E
RGB
CMYK
RGB Variations
Color information
#CF254E (or 0xCF254E) is known color: Old Rose. HEX triplet: CF, 25 and 4E. RGB value is (207,37,78). Sum of RGB (Red+Green+Blue) = 207+37+78=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF254E is #30DAB1. Grayscale: #5C5C5C. Windows color (decimal): -3201714 or 5121487. OLE color: 5121487.
HSL color Cylindrical-coordinate representation of color #CF254E: hue angle of 345.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF254E is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 78 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.19 |
| HSL | 345.53º | 0.7% | 0.48% | - |
| HSV(B) | 345.53º | 0.82% | 0.81% | - |
| XYZ | 27.77 | 15.14 | 8.67 | - |
| YUV | 92.5 | 119.82 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 78 | 0 | 0.82 | 0.62 | 0.19 | 345.53 | 0.7 | 0.48 |
| Hex | CF | 25 | 4E | 0 | 52 | 3E | 13 | 15A | 46 | 30 |
| Octal | 317 | 45 | 116 | 0 | 122 | 76 | 23 | 532 | 106 | 60 |
| Binary | 11001111 | 100101 | 1001110 | 0 | 1010010 | 111110 | 10011 | 101011010 | 1000110 | 110000 |
Color Harmonies of #CF254E
Complementary color
Monochromatic Colors of #CF254E
Black with #CF254E
Text Example
Text Example
White with #CF254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF254E; }
p { color: rgb(207,37,78); }
H1.HeaderClassName
{
color: #CF254E;
}
.AnyTagClassName
{
color: #CF254E;
}
</style>
background-color css
<style>
a { background-color: #CF254E; }
a { background-color: rgb(207,37,78); }
div.DivClassName
{
background-color: #CF254E;
}
.BgClassName
{
background-color: #CF254E;
}
</style>
border-color css
<style>
span { border-color: #CF254E; }
span { border-color: rgb(207,37,78); }
td.TdClassName
{
border-color: #CF254E;
}
.TagClassName
{
border-color: #CF254E;
}
</style>