Shades of Old Rose #CA3B56
Tints of Old Rose #CA3B56
RGB
CMYK
RGB Variations
Color information
#CA3B56 (or 0xCA3B56) is known color: Old Rose. HEX triplet: CA, 3B and 56. RGB value is (202,59,86). Sum of RGB (Red+Green+Blue) = 202+59+86=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3B56 is #35C4A9. Grayscale: #686868. Windows color (decimal): -3523754 or 5651402. OLE color: 5651402.
HSL color Cylindrical-coordinate representation of color #CA3B56: hue angle of 348.67º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3B56 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 59 | 86 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.21 |
| HSL | 348.67º | 0.57% | 0.51% | - |
| HSV(B) | 348.67º | 0.71% | 0.79% | - |
| XYZ | 27.6 | 16.36 | 10.51 | - |
| YUV | 104.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 86 | 0 | 0.71 | 0.57 | 0.21 | 348.67 | 0.57 | 0.51 |
| Hex | CA | 3B | 56 | 0 | 47 | 39 | 15 | 15D | 39 | 33 |
| Octal | 312 | 73 | 126 | 0 | 107 | 71 | 25 | 535 | 71 | 63 |
| Binary | 11001010 | 111011 | 1010110 | 0 | 1000111 | 111001 | 10101 | 101011101 | 111001 | 110011 |
Color Harmonies of #CA3B56
Complementary color
Monochromatic Colors of #CA3B56
Black with #CA3B56
Text Example
Text Example
White with #CA3B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3B56; }
p { color: rgb(202,59,86); }
H1.HeaderClassName
{
color: #CA3B56;
}
.AnyTagClassName
{
color: #CA3B56;
}
</style>
background-color css
<style>
a { background-color: #CA3B56; }
a { background-color: rgb(202,59,86); }
div.DivClassName
{
background-color: #CA3B56;
}
.BgClassName
{
background-color: #CA3B56;
}
</style>
border-color css
<style>
span { border-color: #CA3B56; }
span { border-color: rgb(202,59,86); }
td.TdClassName
{
border-color: #CA3B56;
}
.TagClassName
{
border-color: #CA3B56;
}
</style>