Shades of Old Rose #CA224B
Tints of Old Rose #CA224B
RGB
CMYK
RGB Variations
Color information
#CA224B (or 0xCA224B) is known color: Old Rose. HEX triplet: CA, 22 and 4B. RGB value is (202,34,75). Sum of RGB (Red+Green+Blue) = 202+34+75=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA224B is #35DDB4. Grayscale: #585858. Windows color (decimal): -3530165 or 4924106. OLE color: 4924106.
HSL color Cylindrical-coordinate representation of color #CA224B: hue angle of 345.36º 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 #CA224B is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 75 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.21 |
| HSL | 345.36º | 0.71% | 0.46% | - |
| HSV(B) | 345.36º | 0.83% | 0.79% | - |
| XYZ | 26.2 | 14.21 | 8.02 | - |
| YUV | 88.91 | 120.16 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 75 | 0 | 0.83 | 0.63 | 0.21 | 345.36 | 0.71 | 0.46 |
| Hex | CA | 22 | 4B | 0 | 53 | 3F | 15 | 159 | 47 | 2E |
| Octal | 312 | 42 | 113 | 0 | 123 | 77 | 25 | 531 | 107 | 56 |
| Binary | 11001010 | 100010 | 1001011 | 0 | 1010011 | 111111 | 10101 | 101011001 | 1000111 | 101110 |
Color Harmonies of #CA224B
Complementary color
Monochromatic Colors of #CA224B
Black with #CA224B
Text Example
Text Example
White with #CA224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA224B; }
p { color: rgb(202,34,75); }
H1.HeaderClassName
{
color: #CA224B;
}
.AnyTagClassName
{
color: #CA224B;
}
</style>
background-color css
<style>
a { background-color: #CA224B; }
a { background-color: rgb(202,34,75); }
div.DivClassName
{
background-color: #CA224B;
}
.BgClassName
{
background-color: #CA224B;
}
</style>
border-color css
<style>
span { border-color: #CA224B; }
span { border-color: rgb(202,34,75); }
td.TdClassName
{
border-color: #CA224B;
}
.TagClassName
{
border-color: #CA224B;
}
</style>