Shades of Old Rose #CD294C
Tints of Old Rose #CD294C
RGB
CMYK
RGB Variations
Color information
#CD294C (or 0xCD294C) is known color: Old Rose. HEX triplet: CD, 29 and 4C. RGB value is (205,41,76). Sum of RGB (Red+Green+Blue) = 205+41+76=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD294C is #32D6B3. Grayscale: #5E5E5E. Windows color (decimal): -3331764 or 4991437. OLE color: 4991437.
HSL color Cylindrical-coordinate representation of color #CD294C: hue angle of 347.2º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD294C is Cyan = 0, Magento = 0.8, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 76 | - |
| CMYK | 0 | 0.8 | 0.63 | 0.20 |
| HSL | 347.2º | 0.67% | 0.48% | - |
| HSV(B) | 347.2º | 0.8% | 0.8% | - |
| XYZ | 27.27 | 15.09 | 8.31 | - |
| YUV | 94.03 | 117.83 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 76 | 0 | 0.8 | 0.63 | 0.20 | 347.2 | 0.67 | 0.48 |
| Hex | CD | 29 | 4C | 0 | 50 | 3F | 14 | 15B | 43 | 30 |
| Octal | 315 | 51 | 114 | 0 | 120 | 77 | 24 | 533 | 103 | 60 |
| Binary | 11001101 | 101001 | 1001100 | 0 | 1010000 | 111111 | 10100 | 101011011 | 1000011 | 110000 |
Color Harmonies of #CD294C
Complementary color
Monochromatic Colors of #CD294C
Black with #CD294C
Text Example
Text Example
White with #CD294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD294C; }
p { color: rgb(205,41,76); }
H1.HeaderClassName
{
color: #CD294C;
}
.AnyTagClassName
{
color: #CD294C;
}
</style>
background-color css
<style>
a { background-color: #CD294C; }
a { background-color: rgb(205,41,76); }
div.DivClassName
{
background-color: #CD294C;
}
.BgClassName
{
background-color: #CD294C;
}
</style>
border-color css
<style>
span { border-color: #CD294C; }
span { border-color: rgb(205,41,76); }
td.TdClassName
{
border-color: #CD294C;
}
.TagClassName
{
border-color: #CD294C;
}
</style>