Shades of Old Rose #CA3C4D
Tints of Old Rose #CA3C4D
RGB
CMYK
RGB Variations
Color information
#CA3C4D (or 0xCA3C4D) is known color: Old Rose. HEX triplet: CA, 3C and 4D. RGB value is (202,60,77). Sum of RGB (Red+Green+Blue) = 202+60+77=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C4D is #35C3B2. Grayscale: #686868. Windows color (decimal): -3523507 or 5061834. OLE color: 5061834.
HSL color Cylindrical-coordinate representation of color #CA3C4D: hue angle of 352.82º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3C4D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 77 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.21 |
| HSL | 352.82º | 0.57% | 0.51% | - |
| HSV(B) | 352.82º | 0.7% | 0.79% | - |
| XYZ | 27.31 | 16.32 | 8.73 | - |
| YUV | 104.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 77 | 0 | 0.70 | 0.62 | 0.21 | 352.82 | 0.57 | 0.51 |
| Hex | CA | 3C | 4D | 0 | 46 | 3E | 15 | 161 | 39 | 33 |
| Octal | 312 | 74 | 115 | 0 | 106 | 76 | 25 | 541 | 71 | 63 |
| Binary | 11001010 | 111100 | 1001101 | 0 | 1000110 | 111110 | 10101 | 101100001 | 111001 | 110011 |
Color Harmonies of #CA3C4D
Complementary color
Monochromatic Colors of #CA3C4D
Black with #CA3C4D
Text Example
Text Example
White with #CA3C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C4D; }
p { color: rgb(202,60,77); }
H1.HeaderClassName
{
color: #CA3C4D;
}
.AnyTagClassName
{
color: #CA3C4D;
}
</style>
background-color css
<style>
a { background-color: #CA3C4D; }
a { background-color: rgb(202,60,77); }
div.DivClassName
{
background-color: #CA3C4D;
}
.BgClassName
{
background-color: #CA3C4D;
}
</style>
border-color css
<style>
span { border-color: #CA3C4D; }
span { border-color: rgb(202,60,77); }
td.TdClassName
{
border-color: #CA3C4D;
}
.TagClassName
{
border-color: #CA3C4D;
}
</style>