Shades of Old Rose #CA234A
Tints of Old Rose #CA234A
RGB
CMYK
RGB Variations
Color information
#CA234A (or 0xCA234A) is known color: Old Rose. HEX triplet: CA, 23 and 4A. RGB value is (202,35,74). Sum of RGB (Red+Green+Blue) = 202+35+74=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA234A is #35DCB5. Grayscale: #595959. Windows color (decimal): -3529910 or 4858826. OLE color: 4858826.
HSL color Cylindrical-coordinate representation of color #CA234A: hue angle of 345.99º 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 #CA234A is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 74 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.21 |
| HSL | 345.99º | 0.7% | 0.46% | - |
| HSV(B) | 345.99º | 0.83% | 0.79% | - |
| XYZ | 26.19 | 14.25 | 7.85 | - |
| YUV | 89.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 74 | 0 | 0.83 | 0.63 | 0.21 | 345.99 | 0.7 | 0.46 |
| Hex | CA | 23 | 4A | 0 | 53 | 3F | 15 | 15A | 46 | 2E |
| Octal | 312 | 43 | 112 | 0 | 123 | 77 | 25 | 532 | 106 | 56 |
| Binary | 11001010 | 100011 | 1001010 | 0 | 1010011 | 111111 | 10101 | 101011010 | 1000110 | 101110 |
Color Harmonies of #CA234A
Complementary color
Monochromatic Colors of #CA234A
Black with #CA234A
Text Example
Text Example
White with #CA234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA234A; }
p { color: rgb(202,35,74); }
H1.HeaderClassName
{
color: #CA234A;
}
.AnyTagClassName
{
color: #CA234A;
}
</style>
background-color css
<style>
a { background-color: #CA234A; }
a { background-color: rgb(202,35,74); }
div.DivClassName
{
background-color: #CA234A;
}
.BgClassName
{
background-color: #CA234A;
}
</style>
border-color css
<style>
span { border-color: #CA234A; }
span { border-color: rgb(202,35,74); }
td.TdClassName
{
border-color: #CA234A;
}
.TagClassName
{
border-color: #CA234A;
}
</style>