Shades of Old Rose #CF2C4D
Tints of Old Rose #CF2C4D
RGB
CMYK
RGB Variations
Color information
#CF2C4D (or 0xCF2C4D) is known color: Old Rose. HEX triplet: CF, 2C and 4D. RGB value is (207,44,77). Sum of RGB (Red+Green+Blue) = 207+44+77=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2C4D is #30D3B2. Grayscale: #606060. Windows color (decimal): -3199923 or 5057743. OLE color: 5057743.
HSL color Cylindrical-coordinate representation of color #CF2C4D: hue angle of 347.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2C4D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 77 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.19 |
| HSL | 347.85º | 0.65% | 0.49% | - |
| HSV(B) | 347.85º | 0.79% | 0.81% | - |
| XYZ | 27.97 | 15.6 | 8.56 | - |
| YUV | 96.5 | 117 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 77 | 0 | 0.79 | 0.63 | 0.19 | 347.85 | 0.65 | 0.49 |
| Hex | CF | 2C | 4D | 0 | 4F | 3F | 13 | 15C | 41 | 31 |
| Octal | 317 | 54 | 115 | 0 | 117 | 77 | 23 | 534 | 101 | 61 |
| Binary | 11001111 | 101100 | 1001101 | 0 | 1001111 | 111111 | 10011 | 101011100 | 1000001 | 110001 |
Color Harmonies of #CF2C4D
Complementary color
Monochromatic Colors of #CF2C4D
Black with #CF2C4D
Text Example
Text Example
White with #CF2C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2C4D; }
p { color: rgb(207,44,77); }
H1.HeaderClassName
{
color: #CF2C4D;
}
.AnyTagClassName
{
color: #CF2C4D;
}
</style>
background-color css
<style>
a { background-color: #CF2C4D; }
a { background-color: rgb(207,44,77); }
div.DivClassName
{
background-color: #CF2C4D;
}
.BgClassName
{
background-color: #CF2C4D;
}
</style>
border-color css
<style>
span { border-color: #CF2C4D; }
span { border-color: rgb(207,44,77); }
td.TdClassName
{
border-color: #CF2C4D;
}
.TagClassName
{
border-color: #CF2C4D;
}
</style>