Shades of Old Rose #CA314D
Tints of Old Rose #CA314D
RGB
CMYK
RGB Variations
Color information
#CA314D (or 0xCA314D) is known color: Old Rose. HEX triplet: CA, 31 and 4D. RGB value is (202,49,77). Sum of RGB (Red+Green+Blue) = 202+49+77=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA314D is #35CEB2. Grayscale: #616161. Windows color (decimal): -3526323 or 5059018. OLE color: 5059018.
HSL color Cylindrical-coordinate representation of color #CA314D: hue angle of 349.02º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA314D is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 77 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.21 |
| HSL | 349.02º | 0.61% | 0.49% | - |
| HSV(B) | 349.02º | 0.76% | 0.79% | - |
| XYZ | 26.79 | 15.29 | 8.56 | - |
| YUV | 97.94 | 116.19 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 77 | 0 | 0.76 | 0.62 | 0.21 | 349.02 | 0.61 | 0.49 |
| Hex | CA | 31 | 4D | 0 | 4C | 3E | 15 | 15D | 3D | 31 |
| Octal | 312 | 61 | 115 | 0 | 114 | 76 | 25 | 535 | 75 | 61 |
| Binary | 11001010 | 110001 | 1001101 | 0 | 1001100 | 111110 | 10101 | 101011101 | 111101 | 110001 |
Color Harmonies of #CA314D
Complementary color
Monochromatic Colors of #CA314D
Black with #CA314D
Text Example
Text Example
White with #CA314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA314D; }
p { color: rgb(202,49,77); }
H1.HeaderClassName
{
color: #CA314D;
}
.AnyTagClassName
{
color: #CA314D;
}
</style>
background-color css
<style>
a { background-color: #CA314D; }
a { background-color: rgb(202,49,77); }
div.DivClassName
{
background-color: #CA314D;
}
.BgClassName
{
background-color: #CA314D;
}
</style>
border-color css
<style>
span { border-color: #CA314D; }
span { border-color: rgb(202,49,77); }
td.TdClassName
{
border-color: #CA314D;
}
.TagClassName
{
border-color: #CA314D;
}
</style>