Shades of Old Rose #CD344D
Tints of Old Rose #CD344D
RGB
CMYK
RGB Variations
Color information
#CD344D (or 0xCD344D) is known color: Old Rose. HEX triplet: CD, 34 and 4D. RGB value is (205,52,77). Sum of RGB (Red+Green+Blue) = 205+52+77=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD344D is #32CBB2. Grayscale: #646464. Windows color (decimal): -3328947 or 5059789. OLE color: 5059789.
HSL color Cylindrical-coordinate representation of color #CD344D: hue angle of 350.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD344D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 52 | 77 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.20 |
| HSL | 350.2º | 0.6% | 0.5% | - |
| HSV(B) | 350.2º | 0.75% | 0.8% | - |
| XYZ | 27.74 | 15.97 | 8.64 | - |
| YUV | 100.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 77 | 0 | 0.75 | 0.62 | 0.20 | 350.2 | 0.6 | 0.5 |
| Hex | CD | 34 | 4D | 0 | 4B | 3E | 14 | 15E | 3C | 32 |
| Octal | 315 | 64 | 115 | 0 | 113 | 76 | 24 | 536 | 74 | 62 |
| Binary | 11001101 | 110100 | 1001101 | 0 | 1001011 | 111110 | 10100 | 101011110 | 111100 | 110010 |
Color Harmonies of #CD344D
Complementary color
Monochromatic Colors of #CD344D
Black with #CD344D
Text Example
Text Example
White with #CD344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD344D; }
p { color: rgb(205,52,77); }
H1.HeaderClassName
{
color: #CD344D;
}
.AnyTagClassName
{
color: #CD344D;
}
</style>
background-color css
<style>
a { background-color: #CD344D; }
a { background-color: rgb(205,52,77); }
div.DivClassName
{
background-color: #CD344D;
}
.BgClassName
{
background-color: #CD344D;
}
</style>
border-color css
<style>
span { border-color: #CD344D; }
span { border-color: rgb(205,52,77); }
td.TdClassName
{
border-color: #CD344D;
}
.TagClassName
{
border-color: #CD344D;
}
</style>