Shades of Old Rose #CA3454
Tints of Old Rose #CA3454
RGB
CMYK
RGB Variations
Color information
#CA3454 (or 0xCA3454) is known color: Old Rose. HEX triplet: CA, 34 and 54. RGB value is (202,52,84). Sum of RGB (Red+Green+Blue) = 202+52+84=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3454 is #35CBAB. Grayscale: #646464. Windows color (decimal): -3525548 or 5518538. OLE color: 5518538.
HSL color Cylindrical-coordinate representation of color #CA3454: hue angle of 347.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3454 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 84 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.21 |
| HSL | 347.2º | 0.59% | 0.5% | - |
| HSV(B) | 347.2º | 0.74% | 0.79% | - |
| XYZ | 27.19 | 15.65 | 9.98 | - |
| YUV | 100.5 | 118.7 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 84 | 0 | 0.74 | 0.58 | 0.21 | 347.2 | 0.59 | 0.5 |
| Hex | CA | 34 | 54 | 0 | 4A | 3A | 15 | 15B | 3B | 32 |
| Octal | 312 | 64 | 124 | 0 | 112 | 72 | 25 | 533 | 73 | 62 |
| Binary | 11001010 | 110100 | 1010100 | 0 | 1001010 | 111010 | 10101 | 101011011 | 111011 | 110010 |
Color Harmonies of #CA3454
Complementary color
Monochromatic Colors of #CA3454
Black with #CA3454
Text Example
Text Example
White with #CA3454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3454; }
p { color: rgb(202,52,84); }
H1.HeaderClassName
{
color: #CA3454;
}
.AnyTagClassName
{
color: #CA3454;
}
</style>
background-color css
<style>
a { background-color: #CA3454; }
a { background-color: rgb(202,52,84); }
div.DivClassName
{
background-color: #CA3454;
}
.BgClassName
{
background-color: #CA3454;
}
</style>
border-color css
<style>
span { border-color: #CA3454; }
span { border-color: rgb(202,52,84); }
td.TdClassName
{
border-color: #CA3454;
}
.TagClassName
{
border-color: #CA3454;
}
</style>