Shades of Old Rose #CF294D
Tints of Old Rose #CF294D
RGB
CMYK
RGB Variations
Color information
#CF294D (or 0xCF294D) is known color: Old Rose. HEX triplet: CF, 29 and 4D. RGB value is (207,41,77). Sum of RGB (Red+Green+Blue) = 207+41+77=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF294D is #30D6B2. Grayscale: #5E5E5E. Windows color (decimal): -3200691 or 5056975. OLE color: 5056975.
HSL color Cylindrical-coordinate representation of color #CF294D: hue angle of 346.99º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF294D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 77 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.19 |
| HSL | 346.99º | 0.67% | 0.49% | - |
| HSV(B) | 346.99º | 0.8% | 0.81% | - |
| XYZ | 27.86 | 15.39 | 8.52 | - |
| YUV | 94.74 | 118 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 77 | 0 | 0.80 | 0.63 | 0.19 | 346.99 | 0.67 | 0.49 |
| Hex | CF | 29 | 4D | 0 | 50 | 3F | 13 | 15B | 43 | 31 |
| Octal | 317 | 51 | 115 | 0 | 120 | 77 | 23 | 533 | 103 | 61 |
| Binary | 11001111 | 101001 | 1001101 | 0 | 1010000 | 111111 | 10011 | 101011011 | 1000011 | 110001 |
Color Harmonies of #CF294D
Complementary color
Monochromatic Colors of #CF294D
Black with #CF294D
Text Example
Text Example
White with #CF294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF294D; }
p { color: rgb(207,41,77); }
H1.HeaderClassName
{
color: #CF294D;
}
.AnyTagClassName
{
color: #CF294D;
}
</style>
background-color css
<style>
a { background-color: #CF294D; }
a { background-color: rgb(207,41,77); }
div.DivClassName
{
background-color: #CF294D;
}
.BgClassName
{
background-color: #CF294D;
}
</style>
border-color css
<style>
span { border-color: #CF294D; }
span { border-color: rgb(207,41,77); }
td.TdClassName
{
border-color: #CF294D;
}
.TagClassName
{
border-color: #CF294D;
}
</style>