Shades of Old Rose #CA264B
Tints of Old Rose #CA264B
RGB
CMYK
RGB Variations
Color information
#CA264B (or 0xCA264B) is known color: Old Rose. HEX triplet: CA, 26 and 4B. RGB value is (202,38,75). Sum of RGB (Red+Green+Blue) = 202+38+75=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA264B is #35D9B4. Grayscale: #5B5B5B. Windows color (decimal): -3529141 or 4925130. OLE color: 4925130.
HSL color Cylindrical-coordinate representation of color #CA264B: hue angle of 346.46º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA264B is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 75 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.21 |
| HSL | 346.46º | 0.68% | 0.47% | - |
| HSV(B) | 346.46º | 0.81% | 0.79% | - |
| XYZ | 26.32 | 14.45 | 8.06 | - |
| YUV | 91.25 | 118.83 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 75 | 0 | 0.81 | 0.63 | 0.21 | 346.46 | 0.68 | 0.47 |
| Hex | CA | 26 | 4B | 0 | 51 | 3F | 15 | 15A | 44 | 2F |
| Octal | 312 | 46 | 113 | 0 | 121 | 77 | 25 | 532 | 104 | 57 |
| Binary | 11001010 | 100110 | 1001011 | 0 | 1010001 | 111111 | 10101 | 101011010 | 1000100 | 101111 |
Color Harmonies of #CA264B
Complementary color
Monochromatic Colors of #CA264B
Black with #CA264B
Text Example
Text Example
White with #CA264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA264B; }
p { color: rgb(202,38,75); }
H1.HeaderClassName
{
color: #CA264B;
}
.AnyTagClassName
{
color: #CA264B;
}
</style>
background-color css
<style>
a { background-color: #CA264B; }
a { background-color: rgb(202,38,75); }
div.DivClassName
{
background-color: #CA264B;
}
.BgClassName
{
background-color: #CA264B;
}
</style>
border-color css
<style>
span { border-color: #CA264B; }
span { border-color: rgb(202,38,75); }
td.TdClassName
{
border-color: #CA264B;
}
.TagClassName
{
border-color: #CA264B;
}
</style>