Shades of Old Rose #CA2356
Tints of Old Rose #CA2356
RGB
CMYK
RGB Variations
Color information
#CA2356 (or 0xCA2356) is known color: Old Rose. HEX triplet: CA, 23 and 56. RGB value is (202,35,86). Sum of RGB (Red+Green+Blue) = 202+35+86=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2356 is #35DCA9. Grayscale: #5A5A5A. Windows color (decimal): -3529898 or 5645258. OLE color: 5645258.
HSL color Cylindrical-coordinate representation of color #CA2356: hue angle of 341.68º degrees, saturation: 0.7, 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 #CA2356 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 86 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.21 |
| HSL | 341.68º | 0.7% | 0.46% | - |
| HSV(B) | 341.68º | 0.83% | 0.79% | - |
| XYZ | 26.64 | 14.43 | 10.19 | - |
| YUV | 90.75 | 125.33 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 86 | 0 | 0.83 | 0.57 | 0.21 | 341.68 | 0.7 | 0.46 |
| Hex | CA | 23 | 56 | 0 | 53 | 39 | 15 | 156 | 46 | 2E |
| Octal | 312 | 43 | 126 | 0 | 123 | 71 | 25 | 526 | 106 | 56 |
| Binary | 11001010 | 100011 | 1010110 | 0 | 1010011 | 111001 | 10101 | 101010110 | 1000110 | 101110 |
Color Harmonies of #CA2356
Complementary color
Monochromatic Colors of #CA2356
Black with #CA2356
Text Example
Text Example
White with #CA2356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2356; }
p { color: rgb(202,35,86); }
H1.HeaderClassName
{
color: #CA2356;
}
.AnyTagClassName
{
color: #CA2356;
}
</style>
background-color css
<style>
a { background-color: #CA2356; }
a { background-color: rgb(202,35,86); }
div.DivClassName
{
background-color: #CA2356;
}
.BgClassName
{
background-color: #CA2356;
}
</style>
border-color css
<style>
span { border-color: #CA2356; }
span { border-color: rgb(202,35,86); }
td.TdClassName
{
border-color: #CA2356;
}
.TagClassName
{
border-color: #CA2356;
}
</style>