Shades of Old Rose #CA225C
Tints of Old Rose #CA225C
RGB
CMYK
RGB Variations
Color information
#CA225C (or 0xCA225C) is known color: Old Rose. HEX triplet: CA, 22 and 5C. RGB value is (202,34,92). Sum of RGB (Red+Green+Blue) = 202+34+92=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA225C is #35DDA3. Grayscale: #5A5A5A. Windows color (decimal): -3530148 or 6038218. OLE color: 6038218.
HSL color Cylindrical-coordinate representation of color #CA225C: hue angle of 339.29º 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 #CA225C is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 92 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.21 |
| HSL | 339.29º | 0.71% | 0.46% | - |
| HSV(B) | 339.29º | 0.83% | 0.79% | - |
| XYZ | 26.86 | 14.47 | 11.5 | - |
| YUV | 90.84 | 128.66 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 92 | 0 | 0.83 | 0.54 | 0.21 | 339.29 | 0.71 | 0.46 |
| Hex | CA | 22 | 5C | 0 | 53 | 36 | 15 | 153 | 47 | 2E |
| Octal | 312 | 42 | 134 | 0 | 123 | 66 | 25 | 523 | 107 | 56 |
| Binary | 11001010 | 100010 | 1011100 | 0 | 1010011 | 110110 | 10101 | 101010011 | 1000111 | 101110 |
Color Harmonies of #CA225C
Complementary color
Monochromatic Colors of #CA225C
Black with #CA225C
Text Example
Text Example
White with #CA225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA225C; }
p { color: rgb(202,34,92); }
H1.HeaderClassName
{
color: #CA225C;
}
.AnyTagClassName
{
color: #CA225C;
}
</style>
background-color css
<style>
a { background-color: #CA225C; }
a { background-color: rgb(202,34,92); }
div.DivClassName
{
background-color: #CA225C;
}
.BgClassName
{
background-color: #CA225C;
}
</style>
border-color css
<style>
span { border-color: #CA225C; }
span { border-color: rgb(202,34,92); }
td.TdClassName
{
border-color: #CA225C;
}
.TagClassName
{
border-color: #CA225C;
}
</style>