Shades of Old Rose #CD3255
Tints of Old Rose #CD3255
RGB
CMYK
RGB Variations
Color information
#CD3255 (or 0xCD3255) is known color: Old Rose. HEX triplet: CD, 32 and 55. RGB value is (205,50,85). Sum of RGB (Red+Green+Blue) = 205+50+85=340 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.29% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3255 is #32CDAA. Grayscale: #646464. Windows color (decimal): -3329451 or 5583565. OLE color: 5583565.
HSL color Cylindrical-coordinate representation of color #CD3255: hue angle of 346.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD3255 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 85 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.20 |
| HSL | 346.45º | 0.61% | 0.5% | - |
| HSV(B) | 346.45º | 0.76% | 0.8% | - |
| XYZ | 27.96 | 15.92 | 10.19 | - |
| YUV | 100.34 | 119.35 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 85 | 0 | 0.76 | 0.59 | 0.20 | 346.45 | 0.61 | 0.5 |
| Hex | CD | 32 | 55 | 0 | 4C | 3B | 14 | 15A | 3D | 32 |
| Octal | 315 | 62 | 125 | 0 | 114 | 73 | 24 | 532 | 75 | 62 |
| Binary | 11001101 | 110010 | 1010101 | 0 | 1001100 | 111011 | 10100 | 101011010 | 111101 | 110010 |
Color Harmonies of #CD3255
Complementary color
Monochromatic Colors of #CD3255
Black with #CD3255
Text Example
Text Example
White with #CD3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3255; }
p { color: rgb(205,50,85); }
H1.HeaderClassName
{
color: #CD3255;
}
.AnyTagClassName
{
color: #CD3255;
}
</style>
background-color css
<style>
a { background-color: #CD3255; }
a { background-color: rgb(205,50,85); }
div.DivClassName
{
background-color: #CD3255;
}
.BgClassName
{
background-color: #CD3255;
}
</style>
border-color css
<style>
span { border-color: #CD3255; }
span { border-color: rgb(205,50,85); }
td.TdClassName
{
border-color: #CD3255;
}
.TagClassName
{
border-color: #CD3255;
}
</style>