Shades of Old Rose #CD2D4F
Tints of Old Rose #CD2D4F
RGB
CMYK
RGB Variations
Color information
#CD2D4F (or 0xCD2D4F) is known color: Old Rose. HEX triplet: CD, 2D and 4F. RGB value is (205,45,79). Sum of RGB (Red+Green+Blue) = 205+45+79=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2D4F is #32D2B0. Grayscale: #606060. Windows color (decimal): -3330737 or 5189069. OLE color: 5189069.
HSL color Cylindrical-coordinate representation of color #CD2D4F: hue angle of 347.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2D4F is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 79 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.20 |
| HSL | 347.25º | 0.64% | 0.49% | - |
| HSV(B) | 347.25º | 0.78% | 0.8% | - |
| XYZ | 27.53 | 15.42 | 8.92 | - |
| YUV | 96.72 | 118.01 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 79 | 0 | 0.78 | 0.61 | 0.20 | 347.25 | 0.64 | 0.49 |
| Hex | CD | 2D | 4F | 0 | 4E | 3D | 14 | 15B | 40 | 31 |
| Octal | 315 | 55 | 117 | 0 | 116 | 75 | 24 | 533 | 100 | 61 |
| Binary | 11001101 | 101101 | 1001111 | 0 | 1001110 | 111101 | 10100 | 101011011 | 1000000 | 110001 |
Color Harmonies of #CD2D4F
Complementary color
Monochromatic Colors of #CD2D4F
Black with #CD2D4F
Text Example
Text Example
White with #CD2D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D4F; }
p { color: rgb(205,45,79); }
H1.HeaderClassName
{
color: #CD2D4F;
}
.AnyTagClassName
{
color: #CD2D4F;
}
</style>
background-color css
<style>
a { background-color: #CD2D4F; }
a { background-color: rgb(205,45,79); }
div.DivClassName
{
background-color: #CD2D4F;
}
.BgClassName
{
background-color: #CD2D4F;
}
</style>
border-color css
<style>
span { border-color: #CD2D4F; }
span { border-color: rgb(205,45,79); }
td.TdClassName
{
border-color: #CD2D4F;
}
.TagClassName
{
border-color: #CD2D4F;
}
</style>