Shades of Old Rose #CA3E4D
Tints of Old Rose #CA3E4D
RGB
CMYK
RGB Variations
Color information
#CA3E4D (or 0xCA3E4D) is known color: Old Rose. HEX triplet: CA, 3E and 4D. RGB value is (202,62,77). Sum of RGB (Red+Green+Blue) = 202+62+77=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3E4D is #35C1B2. Grayscale: #696969. Windows color (decimal): -3522995 or 5062346. OLE color: 5062346.
HSL color Cylindrical-coordinate representation of color #CA3E4D: hue angle of 353.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3E4D is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 77 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.21 |
| HSL | 353.57º | 0.57% | 0.52% | - |
| HSV(B) | 353.57º | 0.69% | 0.79% | - |
| XYZ | 27.42 | 16.54 | 8.77 | - |
| YUV | 105.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 77 | 0 | 0.69 | 0.62 | 0.21 | 353.57 | 0.57 | 0.52 |
| Hex | CA | 3E | 4D | 0 | 45 | 3E | 15 | 162 | 39 | 34 |
| Octal | 312 | 76 | 115 | 0 | 105 | 76 | 25 | 542 | 71 | 64 |
| Binary | 11001010 | 111110 | 1001101 | 0 | 1000101 | 111110 | 10101 | 101100010 | 111001 | 110100 |
Color Harmonies of #CA3E4D
Complementary color
Monochromatic Colors of #CA3E4D
Black with #CA3E4D
Text Example
Text Example
White with #CA3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E4D; }
p { color: rgb(202,62,77); }
H1.HeaderClassName
{
color: #CA3E4D;
}
.AnyTagClassName
{
color: #CA3E4D;
}
</style>
background-color css
<style>
a { background-color: #CA3E4D; }
a { background-color: rgb(202,62,77); }
div.DivClassName
{
background-color: #CA3E4D;
}
.BgClassName
{
background-color: #CA3E4D;
}
</style>
border-color css
<style>
span { border-color: #CA3E4D; }
span { border-color: rgb(202,62,77); }
td.TdClassName
{
border-color: #CA3E4D;
}
.TagClassName
{
border-color: #CA3E4D;
}
</style>