Shades of Old Rose #CF2D4D
Tints of Old Rose #CF2D4D
RGB
CMYK
RGB Variations
Color information
#CF2D4D (or 0xCF2D4D) is known color: Old Rose. HEX triplet: CF, 2D and 4D. RGB value is (207,45,77). Sum of RGB (Red+Green+Blue) = 207+45+77=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2D4D is #30D2B2. Grayscale: #616161. Windows color (decimal): -3199667 or 5057999. OLE color: 5057999.
HSL color Cylindrical-coordinate representation of color #CF2D4D: hue angle of 348.15º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2D4D is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 77 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.19 |
| HSL | 348.15º | 0.64% | 0.49% | - |
| HSV(B) | 348.15º | 0.78% | 0.81% | - |
| XYZ | 28.01 | 15.68 | 8.57 | - |
| YUV | 97.09 | 116.67 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 77 | 0 | 0.78 | 0.63 | 0.19 | 348.15 | 0.64 | 0.49 |
| Hex | CF | 2D | 4D | 0 | 4E | 3F | 13 | 15C | 40 | 31 |
| Octal | 317 | 55 | 115 | 0 | 116 | 77 | 23 | 534 | 100 | 61 |
| Binary | 11001111 | 101101 | 1001101 | 0 | 1001110 | 111111 | 10011 | 101011100 | 1000000 | 110001 |
Color Harmonies of #CF2D4D
Complementary color
Monochromatic Colors of #CF2D4D
Black with #CF2D4D
Text Example
Text Example
White with #CF2D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D4D; }
p { color: rgb(207,45,77); }
H1.HeaderClassName
{
color: #CF2D4D;
}
.AnyTagClassName
{
color: #CF2D4D;
}
</style>
background-color css
<style>
a { background-color: #CF2D4D; }
a { background-color: rgb(207,45,77); }
div.DivClassName
{
background-color: #CF2D4D;
}
.BgClassName
{
background-color: #CF2D4D;
}
</style>
border-color css
<style>
span { border-color: #CF2D4D; }
span { border-color: rgb(207,45,77); }
td.TdClassName
{
border-color: #CF2D4D;
}
.TagClassName
{
border-color: #CF2D4D;
}
</style>