Shades of Old Rose #CA254B
Tints of Old Rose #CA254B
RGB
CMYK
RGB Variations
Color information
#CA254B (or 0xCA254B) is known color: Old Rose. HEX triplet: CA, 25 and 4B. RGB value is (202,37,75). Sum of RGB (Red+Green+Blue) = 202+37+75=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA254B is #35DAB4. Grayscale: #5A5A5A. Windows color (decimal): -3529397 or 4924874. OLE color: 4924874.
HSL color Cylindrical-coordinate representation of color #CA254B: hue angle of 346.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA254B is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 75 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.21 |
| HSL | 346.18º | 0.69% | 0.47% | - |
| HSV(B) | 346.18º | 0.82% | 0.79% | - |
| XYZ | 26.29 | 14.39 | 8.05 | - |
| YUV | 90.67 | 119.16 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 75 | 0 | 0.82 | 0.63 | 0.21 | 346.18 | 0.69 | 0.47 |
| Hex | CA | 25 | 4B | 0 | 52 | 3F | 15 | 15A | 45 | 2F |
| Octal | 312 | 45 | 113 | 0 | 122 | 77 | 25 | 532 | 105 | 57 |
| Binary | 11001010 | 100101 | 1001011 | 0 | 1010010 | 111111 | 10101 | 101011010 | 1000101 | 101111 |
Color Harmonies of #CA254B
Complementary color
Monochromatic Colors of #CA254B
Black with #CA254B
Text Example
Text Example
White with #CA254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA254B; }
p { color: rgb(202,37,75); }
H1.HeaderClassName
{
color: #CA254B;
}
.AnyTagClassName
{
color: #CA254B;
}
</style>
background-color css
<style>
a { background-color: #CA254B; }
a { background-color: rgb(202,37,75); }
div.DivClassName
{
background-color: #CA254B;
}
.BgClassName
{
background-color: #CA254B;
}
</style>
border-color css
<style>
span { border-color: #CA254B; }
span { border-color: rgb(202,37,75); }
td.TdClassName
{
border-color: #CA254B;
}
.TagClassName
{
border-color: #CA254B;
}
</style>