Shades of Old Rose #CF354E
Tints of Old Rose #CF354E
RGB
CMYK
RGB Variations
Color information
#CF354E (or 0xCF354E) is known color: Old Rose. HEX triplet: CF, 35 and 4E. RGB value is (207,53,78). Sum of RGB (Red+Green+Blue) = 207+53+78=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF354E is #30CAB1. Grayscale: #656565. Windows color (decimal): -3197618 or 5125583. OLE color: 5125583.
HSL color Cylindrical-coordinate representation of color #CF354E: hue angle of 350.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF354E is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 78 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.19 |
| HSL | 350.26º | 0.62% | 0.51% | - |
| HSV(B) | 350.26º | 0.74% | 0.81% | - |
| XYZ | 28.38 | 16.36 | 8.87 | - |
| YUV | 101.9 | 114.52 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 78 | 0 | 0.74 | 0.62 | 0.19 | 350.26 | 0.62 | 0.51 |
| Hex | CF | 35 | 4E | 0 | 4A | 3E | 13 | 15E | 3E | 33 |
| Octal | 317 | 65 | 116 | 0 | 112 | 76 | 23 | 536 | 76 | 63 |
| Binary | 11001111 | 110101 | 1001110 | 0 | 1001010 | 111110 | 10011 | 101011110 | 111110 | 110011 |
Color Harmonies of #CF354E
Complementary color
Monochromatic Colors of #CF354E
Black with #CF354E
Text Example
Text Example
White with #CF354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF354E; }
p { color: rgb(207,53,78); }
H1.HeaderClassName
{
color: #CF354E;
}
.AnyTagClassName
{
color: #CF354E;
}
</style>
background-color css
<style>
a { background-color: #CF354E; }
a { background-color: rgb(207,53,78); }
div.DivClassName
{
background-color: #CF354E;
}
.BgClassName
{
background-color: #CF354E;
}
</style>
border-color css
<style>
span { border-color: #CF354E; }
span { border-color: rgb(207,53,78); }
td.TdClassName
{
border-color: #CF354E;
}
.TagClassName
{
border-color: #CF354E;
}
</style>