Shades of Old Rose #CA3C5C
Tints of Old Rose #CA3C5C
RGB
CMYK
RGB Variations
Color information
#CA3C5C (or 0xCA3C5C) is known color: Old Rose. HEX triplet: CA, 3C and 5C. RGB value is (202,60,92). Sum of RGB (Red+Green+Blue) = 202+60+92=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C5C is #35C3A3. Grayscale: #6A6A6A. Windows color (decimal): -3523492 or 6044874. OLE color: 6044874.
HSL color Cylindrical-coordinate representation of color #CA3C5C: hue angle of 346.48º 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 #CA3C5C is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 92 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.21 |
| HSL | 346.48º | 0.57% | 0.51% | - |
| HSV(B) | 346.48º | 0.7% | 0.79% | - |
| XYZ | 27.9 | 16.56 | 11.85 | - |
| YUV | 106.11 | 120.04 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 92 | 0 | 0.70 | 0.54 | 0.21 | 346.48 | 0.57 | 0.51 |
| Hex | CA | 3C | 5C | 0 | 46 | 36 | 15 | 15A | 39 | 33 |
| Octal | 312 | 74 | 134 | 0 | 106 | 66 | 25 | 532 | 71 | 63 |
| Binary | 11001010 | 111100 | 1011100 | 0 | 1000110 | 110110 | 10101 | 101011010 | 111001 | 110011 |
Color Harmonies of #CA3C5C
Complementary color
Monochromatic Colors of #CA3C5C
Black with #CA3C5C
Text Example
Text Example
White with #CA3C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C5C; }
p { color: rgb(202,60,92); }
H1.HeaderClassName
{
color: #CA3C5C;
}
.AnyTagClassName
{
color: #CA3C5C;
}
</style>
background-color css
<style>
a { background-color: #CA3C5C; }
a { background-color: rgb(202,60,92); }
div.DivClassName
{
background-color: #CA3C5C;
}
.BgClassName
{
background-color: #CA3C5C;
}
</style>
border-color css
<style>
span { border-color: #CA3C5C; }
span { border-color: rgb(202,60,92); }
td.TdClassName
{
border-color: #CA3C5C;
}
.TagClassName
{
border-color: #CA3C5C;
}
</style>