Shades of Old Rose #CA2352
Tints of Old Rose #CA2352
RGB
CMYK
RGB Variations
Color information
#CA2352 (or 0xCA2352) is known color: Old Rose. HEX triplet: CA, 23 and 52. RGB value is (202,35,82). Sum of RGB (Red+Green+Blue) = 202+35+82=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2352 is #35DCAD. Grayscale: #5A5A5A. Windows color (decimal): -3529902 or 5383114. OLE color: 5383114.
HSL color Cylindrical-coordinate representation of color #CA2352: hue angle of 343.11º 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 #CA2352 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 82 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.21 |
| HSL | 343.11º | 0.7% | 0.46% | - |
| HSV(B) | 343.11º | 0.83% | 0.79% | - |
| XYZ | 26.48 | 14.37 | 9.36 | - |
| YUV | 90.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 82 | 0 | 0.83 | 0.59 | 0.21 | 343.11 | 0.7 | 0.46 |
| Hex | CA | 23 | 52 | 0 | 53 | 3B | 15 | 157 | 46 | 2E |
| Octal | 312 | 43 | 122 | 0 | 123 | 73 | 25 | 527 | 106 | 56 |
| Binary | 11001010 | 100011 | 1010010 | 0 | 1010011 | 111011 | 10101 | 101010111 | 1000110 | 101110 |
Color Harmonies of #CA2352
Complementary color
Monochromatic Colors of #CA2352
Black with #CA2352
Text Example
Text Example
White with #CA2352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2352; }
p { color: rgb(202,35,82); }
H1.HeaderClassName
{
color: #CA2352;
}
.AnyTagClassName
{
color: #CA2352;
}
</style>
background-color css
<style>
a { background-color: #CA2352; }
a { background-color: rgb(202,35,82); }
div.DivClassName
{
background-color: #CA2352;
}
.BgClassName
{
background-color: #CA2352;
}
</style>
border-color css
<style>
span { border-color: #CA2352; }
span { border-color: rgb(202,35,82); }
td.TdClassName
{
border-color: #CA2352;
}
.TagClassName
{
border-color: #CA2352;
}
</style>