Shades of Old Rose #CA2256
Tints of Old Rose #CA2256
RGB
CMYK
RGB Variations
Color information
#CA2256 (or 0xCA2256) is known color: Old Rose. HEX triplet: CA, 22 and 56. RGB value is (202,34,86). Sum of RGB (Red+Green+Blue) = 202+34+86=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2256 is #35DDA9. Grayscale: #5A5A5A. Windows color (decimal): -3530154 or 5645002. OLE color: 5645002.
HSL color Cylindrical-coordinate representation of color #CA2256: hue angle of 341.43º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2256 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 86 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.21 |
| HSL | 341.43º | 0.71% | 0.46% | - |
| HSV(B) | 341.43º | 0.83% | 0.79% | - |
| XYZ | 26.61 | 14.37 | 10.18 | - |
| YUV | 90.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 86 | 0 | 0.83 | 0.57 | 0.21 | 341.43 | 0.71 | 0.46 |
| Hex | CA | 22 | 56 | 0 | 53 | 39 | 15 | 155 | 47 | 2E |
| Octal | 312 | 42 | 126 | 0 | 123 | 71 | 25 | 525 | 107 | 56 |
| Binary | 11001010 | 100010 | 1010110 | 0 | 1010011 | 111001 | 10101 | 101010101 | 1000111 | 101110 |
Color Harmonies of #CA2256
Complementary color
Monochromatic Colors of #CA2256
Black with #CA2256
Text Example
Text Example
White with #CA2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2256; }
p { color: rgb(202,34,86); }
H1.HeaderClassName
{
color: #CA2256;
}
.AnyTagClassName
{
color: #CA2256;
}
</style>
background-color css
<style>
a { background-color: #CA2256; }
a { background-color: rgb(202,34,86); }
div.DivClassName
{
background-color: #CA2256;
}
.BgClassName
{
background-color: #CA2256;
}
</style>
border-color css
<style>
span { border-color: #CA2256; }
span { border-color: rgb(202,34,86); }
td.TdClassName
{
border-color: #CA2256;
}
.TagClassName
{
border-color: #CA2256;
}
</style>