Shades of Old Rose #CA244E
Tints of Old Rose #CA244E
RGB
CMYK
RGB Variations
Color information
#CA244E (or 0xCA244E) is known color: Old Rose. HEX triplet: CA, 24 and 4E. RGB value is (202,36,78). Sum of RGB (Red+Green+Blue) = 202+36+78=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA244E is #35DBB1. Grayscale: #5A5A5A. Windows color (decimal): -3529650 or 5121226. OLE color: 5121226.
HSL color Cylindrical-coordinate representation of color #CA244E: hue angle of 344.82º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA244E is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 78 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.21 |
| HSL | 344.82º | 0.7% | 0.47% | - |
| HSV(B) | 344.82º | 0.82% | 0.79% | - |
| XYZ | 26.36 | 14.37 | 8.59 | - |
| YUV | 90.42 | 121 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 78 | 0 | 0.82 | 0.61 | 0.21 | 344.82 | 0.7 | 0.47 |
| Hex | CA | 24 | 4E | 0 | 52 | 3D | 15 | 159 | 46 | 2F |
| Octal | 312 | 44 | 116 | 0 | 122 | 75 | 25 | 531 | 106 | 57 |
| Binary | 11001010 | 100100 | 1001110 | 0 | 1010010 | 111101 | 10101 | 101011001 | 1000110 | 101111 |
Color Harmonies of #CA244E
Complementary color
Monochromatic Colors of #CA244E
Black with #CA244E
Text Example
Text Example
White with #CA244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA244E; }
p { color: rgb(202,36,78); }
H1.HeaderClassName
{
color: #CA244E;
}
.AnyTagClassName
{
color: #CA244E;
}
</style>
background-color css
<style>
a { background-color: #CA244E; }
a { background-color: rgb(202,36,78); }
div.DivClassName
{
background-color: #CA244E;
}
.BgClassName
{
background-color: #CA244E;
}
</style>
border-color css
<style>
span { border-color: #CA244E; }
span { border-color: rgb(202,36,78); }
td.TdClassName
{
border-color: #CA244E;
}
.TagClassName
{
border-color: #CA244E;
}
</style>