Shades of Old Rose #CD3256
Tints of Old Rose #CD3256
RGB
CMYK
RGB Variations
Color information
#CD3256 (or 0xCD3256) is known color: Old Rose. HEX triplet: CD, 32 and 56. RGB value is (205,50,86). Sum of RGB (Red+Green+Blue) = 205+50+86=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3256 is #32CDA9. Grayscale: #646464. Windows color (decimal): -3329450 or 5649101. OLE color: 5649101.
HSL color Cylindrical-coordinate representation of color #CD3256: hue angle of 346.06º 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 #CD3256 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 86 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.20 |
| HSL | 346.06º | 0.61% | 0.5% | - |
| HSV(B) | 346.06º | 0.76% | 0.8% | - |
| XYZ | 28 | 15.93 | 10.4 | - |
| YUV | 100.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 86 | 0 | 0.76 | 0.58 | 0.20 | 346.06 | 0.61 | 0.5 |
| Hex | CD | 32 | 56 | 0 | 4C | 3A | 14 | 15A | 3D | 32 |
| Octal | 315 | 62 | 126 | 0 | 114 | 72 | 24 | 532 | 75 | 62 |
| Binary | 11001101 | 110010 | 1010110 | 0 | 1001100 | 111010 | 10100 | 101011010 | 111101 | 110010 |
Color Harmonies of #CD3256
Complementary color
Monochromatic Colors of #CD3256
Black with #CD3256
Text Example
Text Example
White with #CD3256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3256; }
p { color: rgb(205,50,86); }
H1.HeaderClassName
{
color: #CD3256;
}
.AnyTagClassName
{
color: #CD3256;
}
</style>
background-color css
<style>
a { background-color: #CD3256; }
a { background-color: rgb(205,50,86); }
div.DivClassName
{
background-color: #CD3256;
}
.BgClassName
{
background-color: #CD3256;
}
</style>
border-color css
<style>
span { border-color: #CD3256; }
span { border-color: rgb(205,50,86); }
td.TdClassName
{
border-color: #CD3256;
}
.TagClassName
{
border-color: #CD3256;
}
</style>