Shades of Old Rose #CA204B
Tints of Old Rose #CA204B
RGB
CMYK
RGB Variations
Color information
#CA204B (or 0xCA204B) is known color: Old Rose. HEX triplet: CA, 20 and 4B. RGB value is (202,32,75). Sum of RGB (Red+Green+Blue) = 202+32+75=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA204B is #35DFB4. Grayscale: #575757. Windows color (decimal): -3530677 or 4923594. OLE color: 4923594.
HSL color Cylindrical-coordinate representation of color #CA204B: hue angle of 344.82º 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 #CA204B is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 75 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.21 |
| HSL | 344.82º | 0.73% | 0.46% | - |
| HSV(B) | 344.82º | 0.84% | 0.79% | - |
| XYZ | 26.14 | 14.1 | 8 | - |
| YUV | 87.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 75 | 0 | 0.84 | 0.63 | 0.21 | 344.82 | 0.73 | 0.46 |
| Hex | CA | 20 | 4B | 0 | 54 | 3F | 15 | 159 | 49 | 2E |
| Octal | 312 | 40 | 113 | 0 | 124 | 77 | 25 | 531 | 111 | 56 |
| Binary | 11001010 | 100000 | 1001011 | 0 | 1010100 | 111111 | 10101 | 101011001 | 1001001 | 101110 |
Color Harmonies of #CA204B
Complementary color
Monochromatic Colors of #CA204B
Black with #CA204B
Text Example
Text Example
White with #CA204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA204B; }
p { color: rgb(202,32,75); }
H1.HeaderClassName
{
color: #CA204B;
}
.AnyTagClassName
{
color: #CA204B;
}
</style>
background-color css
<style>
a { background-color: #CA204B; }
a { background-color: rgb(202,32,75); }
div.DivClassName
{
background-color: #CA204B;
}
.BgClassName
{
background-color: #CA204B;
}
</style>
border-color css
<style>
span { border-color: #CA204B; }
span { border-color: rgb(202,32,75); }
td.TdClassName
{
border-color: #CA204B;
}
.TagClassName
{
border-color: #CA204B;
}
</style>