Shades of Old Rose #CF264E
Tints of Old Rose #CF264E
RGB
CMYK
RGB Variations
Color information
#CF264E (or 0xCF264E) is known color: Old Rose. HEX triplet: CF, 26 and 4E. RGB value is (207,38,78). Sum of RGB (Red+Green+Blue) = 207+38+78=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF264E is #30D9B1. Grayscale: #5D5D5D. Windows color (decimal): -3201458 or 5121743. OLE color: 5121743.
HSL color Cylindrical-coordinate representation of color #CF264E: hue angle of 345.8º degrees, saturation: 0.69, 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 #CF264E is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 78 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.19 |
| HSL | 345.8º | 0.69% | 0.48% | - |
| HSV(B) | 345.8º | 0.82% | 0.81% | - |
| XYZ | 27.8 | 15.2 | 8.68 | - |
| YUV | 93.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 78 | 0 | 0.82 | 0.62 | 0.19 | 345.8 | 0.69 | 0.48 |
| Hex | CF | 26 | 4E | 0 | 52 | 3E | 13 | 15A | 45 | 30 |
| Octal | 317 | 46 | 116 | 0 | 122 | 76 | 23 | 532 | 105 | 60 |
| Binary | 11001111 | 100110 | 1001110 | 0 | 1010010 | 111110 | 10011 | 101011010 | 1000101 | 110000 |
Color Harmonies of #CF264E
Complementary color
Monochromatic Colors of #CF264E
Black with #CF264E
Text Example
Text Example
White with #CF264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF264E; }
p { color: rgb(207,38,78); }
H1.HeaderClassName
{
color: #CF264E;
}
.AnyTagClassName
{
color: #CF264E;
}
</style>
background-color css
<style>
a { background-color: #CF264E; }
a { background-color: rgb(207,38,78); }
div.DivClassName
{
background-color: #CF264E;
}
.BgClassName
{
background-color: #CF264E;
}
</style>
border-color css
<style>
span { border-color: #CF264E; }
span { border-color: rgb(207,38,78); }
td.TdClassName
{
border-color: #CF264E;
}
.TagClassName
{
border-color: #CF264E;
}
</style>