Shades of Old Rose #CA294B
Tints of Old Rose #CA294B
RGB
CMYK
RGB Variations
Color information
#CA294B (or 0xCA294B) is known color: Old Rose. HEX triplet: CA, 29 and 4B. RGB value is (202,41,75). Sum of RGB (Red+Green+Blue) = 202+41+75=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA294B is #35D6B4. Grayscale: #5D5D5D. Windows color (decimal): -3528373 or 4925898. OLE color: 4925898.
HSL color Cylindrical-coordinate representation of color #CA294B: hue angle of 347.33º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA294B is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 75 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.21 |
| HSL | 347.33º | 0.66% | 0.48% | - |
| HSV(B) | 347.33º | 0.8% | 0.79% | - |
| XYZ | 26.42 | 14.65 | 8.09 | - |
| YUV | 93.02 | 117.84 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 75 | 0 | 0.80 | 0.63 | 0.21 | 347.33 | 0.66 | 0.48 |
| Hex | CA | 29 | 4B | 0 | 50 | 3F | 15 | 15B | 42 | 30 |
| Octal | 312 | 51 | 113 | 0 | 120 | 77 | 25 | 533 | 102 | 60 |
| Binary | 11001010 | 101001 | 1001011 | 0 | 1010000 | 111111 | 10101 | 101011011 | 1000010 | 110000 |
Color Harmonies of #CA294B
Complementary color
Monochromatic Colors of #CA294B
Black with #CA294B
Text Example
Text Example
White with #CA294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA294B; }
p { color: rgb(202,41,75); }
H1.HeaderClassName
{
color: #CA294B;
}
.AnyTagClassName
{
color: #CA294B;
}
</style>
background-color css
<style>
a { background-color: #CA294B; }
a { background-color: rgb(202,41,75); }
div.DivClassName
{
background-color: #CA294B;
}
.BgClassName
{
background-color: #CA294B;
}
</style>
border-color css
<style>
span { border-color: #CA294B; }
span { border-color: rgb(202,41,75); }
td.TdClassName
{
border-color: #CA294B;
}
.TagClassName
{
border-color: #CA294B;
}
</style>