Shades of Old Rose #CA284D
Tints of Old Rose #CA284D
RGB
CMYK
RGB Variations
Color information
#CA284D (or 0xCA284D) is known color: Old Rose. HEX triplet: CA, 28 and 4D. RGB value is (202,40,77). Sum of RGB (Red+Green+Blue) = 202+40+77=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA284D is #35D7B2. Grayscale: #5C5C5C. Windows color (decimal): -3528627 or 5056714. OLE color: 5056714.
HSL color Cylindrical-coordinate representation of color #CA284D: hue angle of 346.3º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA284D is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 77 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.21 |
| HSL | 346.3º | 0.67% | 0.47% | - |
| HSV(B) | 346.3º | 0.8% | 0.79% | - |
| XYZ | 26.46 | 14.61 | 8.45 | - |
| YUV | 92.66 | 119.17 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 77 | 0 | 0.80 | 0.62 | 0.21 | 346.3 | 0.67 | 0.47 |
| Hex | CA | 28 | 4D | 0 | 50 | 3E | 15 | 15A | 43 | 2F |
| Octal | 312 | 50 | 115 | 0 | 120 | 76 | 25 | 532 | 103 | 57 |
| Binary | 11001010 | 101000 | 1001101 | 0 | 1010000 | 111110 | 10101 | 101011010 | 1000011 | 101111 |
Color Harmonies of #CA284D
Complementary color
Monochromatic Colors of #CA284D
Black with #CA284D
Text Example
Text Example
White with #CA284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA284D; }
p { color: rgb(202,40,77); }
H1.HeaderClassName
{
color: #CA284D;
}
.AnyTagClassName
{
color: #CA284D;
}
</style>
background-color css
<style>
a { background-color: #CA284D; }
a { background-color: rgb(202,40,77); }
div.DivClassName
{
background-color: #CA284D;
}
.BgClassName
{
background-color: #CA284D;
}
</style>
border-color css
<style>
span { border-color: #CA284D; }
span { border-color: rgb(202,40,77); }
td.TdClassName
{
border-color: #CA284D;
}
.TagClassName
{
border-color: #CA284D;
}
</style>