Shades of Old Rose #CA204D
Tints of Old Rose #CA204D
RGB
CMYK
RGB Variations
Color information
#CA204D (or 0xCA204D) is known color: Old Rose. HEX triplet: CA, 20 and 4D. RGB value is (202,32,77). Sum of RGB (Red+Green+Blue) = 202+32+77=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA204D is #35DFB2. Grayscale: #575757. Windows color (decimal): -3530675 or 5054666. OLE color: 5054666.
HSL color Cylindrical-coordinate representation of color #CA204D: hue angle of 344.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA204D is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 77 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.21 |
| HSL | 344.12º | 0.73% | 0.46% | - |
| HSV(B) | 344.12º | 0.84% | 0.79% | - |
| XYZ | 26.21 | 14.13 | 8.37 | - |
| YUV | 87.96 | 121.82 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 77 | 0 | 0.84 | 0.62 | 0.21 | 344.12 | 0.73 | 0.46 |
| Hex | CA | 20 | 4D | 0 | 54 | 3E | 15 | 158 | 49 | 2E |
| Octal | 312 | 40 | 115 | 0 | 124 | 76 | 25 | 530 | 111 | 56 |
| Binary | 11001010 | 100000 | 1001101 | 0 | 1010100 | 111110 | 10101 | 101011000 | 1001001 | 101110 |
Color Harmonies of #CA204D
Complementary color
Monochromatic Colors of #CA204D
Black with #CA204D
Text Example
Text Example
White with #CA204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA204D; }
p { color: rgb(202,32,77); }
H1.HeaderClassName
{
color: #CA204D;
}
.AnyTagClassName
{
color: #CA204D;
}
</style>
background-color css
<style>
a { background-color: #CA204D; }
a { background-color: rgb(202,32,77); }
div.DivClassName
{
background-color: #CA204D;
}
.BgClassName
{
background-color: #CA204D;
}
</style>
border-color css
<style>
span { border-color: #CA204D; }
span { border-color: rgb(202,32,77); }
td.TdClassName
{
border-color: #CA204D;
}
.TagClassName
{
border-color: #CA204D;
}
</style>