Shades of Old Rose #CA3E4E
Tints of Old Rose #CA3E4E
RGB
CMYK
RGB Variations
Color information
#CA3E4E (or 0xCA3E4E) is known color: Old Rose. HEX triplet: CA, 3E and 4E. RGB value is (202,62,78). Sum of RGB (Red+Green+Blue) = 202+62+78=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3E4E is #35C1B1. Grayscale: #696969. Windows color (decimal): -3522994 or 5127882. OLE color: 5127882.
HSL color Cylindrical-coordinate representation of color #CA3E4E: hue angle of 353.14º 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 #CA3E4E is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 78 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.21 |
| HSL | 353.14º | 0.57% | 0.52% | - |
| HSV(B) | 353.14º | 0.69% | 0.79% | - |
| XYZ | 27.45 | 16.55 | 8.96 | - |
| YUV | 105.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 78 | 0 | 0.69 | 0.61 | 0.21 | 353.14 | 0.57 | 0.52 |
| Hex | CA | 3E | 4E | 0 | 45 | 3D | 15 | 161 | 39 | 34 |
| Octal | 312 | 76 | 116 | 0 | 105 | 75 | 25 | 541 | 71 | 64 |
| Binary | 11001010 | 111110 | 1001110 | 0 | 1000101 | 111101 | 10101 | 101100001 | 111001 | 110100 |
Color Harmonies of #CA3E4E
Complementary color
Monochromatic Colors of #CA3E4E
Black with #CA3E4E
Text Example
Text Example
White with #CA3E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E4E; }
p { color: rgb(202,62,78); }
H1.HeaderClassName
{
color: #CA3E4E;
}
.AnyTagClassName
{
color: #CA3E4E;
}
</style>
background-color css
<style>
a { background-color: #CA3E4E; }
a { background-color: rgb(202,62,78); }
div.DivClassName
{
background-color: #CA3E4E;
}
.BgClassName
{
background-color: #CA3E4E;
}
</style>
border-color css
<style>
span { border-color: #CA3E4E; }
span { border-color: rgb(202,62,78); }
td.TdClassName
{
border-color: #CA3E4E;
}
.TagClassName
{
border-color: #CA3E4E;
}
</style>