Shades of Old Rose #CD274E
Tints of Old Rose #CD274E
RGB
CMYK
RGB Variations
Color information
#CD274E (or 0xCD274E) is known color: Old Rose. HEX triplet: CD, 27 and 4E. RGB value is (205,39,78). Sum of RGB (Red+Green+Blue) = 205+39+78=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD274E is #32D8B1. Grayscale: #5D5D5D. Windows color (decimal): -3332274 or 5121997. OLE color: 5121997.
HSL color Cylindrical-coordinate representation of color #CD274E: hue angle of 345.9º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD274E is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 39 | 78 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.20 |
| HSL | 345.9º | 0.68% | 0.48% | - |
| HSV(B) | 345.9º | 0.81% | 0.8% | - |
| XYZ | 27.28 | 14.98 | 8.66 | - |
| YUV | 93.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 39 | 78 | 0 | 0.81 | 0.62 | 0.20 | 345.9 | 0.68 | 0.48 |
| Hex | CD | 27 | 4E | 0 | 51 | 3E | 14 | 15A | 44 | 30 |
| Octal | 315 | 47 | 116 | 0 | 121 | 76 | 24 | 532 | 104 | 60 |
| Binary | 11001101 | 100111 | 1001110 | 0 | 1010001 | 111110 | 10100 | 101011010 | 1000100 | 110000 |
Color Harmonies of #CD274E
Complementary color
Monochromatic Colors of #CD274E
Black with #CD274E
Text Example
Text Example
White with #CD274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD274E; }
p { color: rgb(205,39,78); }
H1.HeaderClassName
{
color: #CD274E;
}
.AnyTagClassName
{
color: #CD274E;
}
</style>
background-color css
<style>
a { background-color: #CD274E; }
a { background-color: rgb(205,39,78); }
div.DivClassName
{
background-color: #CD274E;
}
.BgClassName
{
background-color: #CD274E;
}
</style>
border-color css
<style>
span { border-color: #CD274E; }
span { border-color: rgb(205,39,78); }
td.TdClassName
{
border-color: #CD274E;
}
.TagClassName
{
border-color: #CD274E;
}
</style>