Shades of Old Rose #CA304B
Tints of Old Rose #CA304B
RGB
CMYK
RGB Variations
Color information
#CA304B (or 0xCA304B) is known color: Old Rose. HEX triplet: CA, 30 and 4B. RGB value is (202,48,75). Sum of RGB (Red+Green+Blue) = 202+48+75=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA304B is #35CFB4. Grayscale: #616161. Windows color (decimal): -3526581 or 4927690. OLE color: 4927690.
HSL color Cylindrical-coordinate representation of color #CA304B: hue angle of 349.48º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA304B is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 75 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.21 |
| HSL | 349.48º | 0.62% | 0.49% | - |
| HSV(B) | 349.48º | 0.76% | 0.79% | - |
| XYZ | 26.68 | 15.18 | 8.18 | - |
| YUV | 97.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 75 | 0 | 0.76 | 0.63 | 0.21 | 349.48 | 0.62 | 0.49 |
| Hex | CA | 30 | 4B | 0 | 4C | 3F | 15 | 15D | 3E | 31 |
| Octal | 312 | 60 | 113 | 0 | 114 | 77 | 25 | 535 | 76 | 61 |
| Binary | 11001010 | 110000 | 1001011 | 0 | 1001100 | 111111 | 10101 | 101011101 | 111110 | 110001 |
Color Harmonies of #CA304B
Complementary color
Monochromatic Colors of #CA304B
Black with #CA304B
Text Example
Text Example
White with #CA304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA304B; }
p { color: rgb(202,48,75); }
H1.HeaderClassName
{
color: #CA304B;
}
.AnyTagClassName
{
color: #CA304B;
}
</style>
background-color css
<style>
a { background-color: #CA304B; }
a { background-color: rgb(202,48,75); }
div.DivClassName
{
background-color: #CA304B;
}
.BgClassName
{
background-color: #CA304B;
}
</style>
border-color css
<style>
span { border-color: #CA304B; }
span { border-color: rgb(202,48,75); }
td.TdClassName
{
border-color: #CA304B;
}
.TagClassName
{
border-color: #CA304B;
}
</style>