Shades of Old Rose #CA255B
Tints of Old Rose #CA255B
RGB
CMYK
RGB Variations
Color information
#CA255B (or 0xCA255B) is known color: Old Rose. HEX triplet: CA, 25 and 5B. RGB value is (202,37,91). Sum of RGB (Red+Green+Blue) = 202+37+91=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA255B is #35DAA4. Grayscale: #5C5C5C. Windows color (decimal): -3529381 or 5973450. OLE color: 5973450.
HSL color Cylindrical-coordinate representation of color #CA255B: hue angle of 340.36º 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 #CA255B is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 91 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.21 |
| HSL | 340.36º | 0.69% | 0.47% | - |
| HSV(B) | 340.36º | 0.82% | 0.79% | - |
| XYZ | 26.91 | 14.64 | 11.3 | - |
| YUV | 92.49 | 127.16 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 91 | 0 | 0.82 | 0.55 | 0.21 | 340.36 | 0.69 | 0.47 |
| Hex | CA | 25 | 5B | 0 | 52 | 37 | 15 | 154 | 45 | 2F |
| Octal | 312 | 45 | 133 | 0 | 122 | 67 | 25 | 524 | 105 | 57 |
| Binary | 11001010 | 100101 | 1011011 | 0 | 1010010 | 110111 | 10101 | 101010100 | 1000101 | 101111 |
Color Harmonies of #CA255B
Complementary color
Monochromatic Colors of #CA255B
Black with #CA255B
Text Example
Text Example
White with #CA255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA255B; }
p { color: rgb(202,37,91); }
H1.HeaderClassName
{
color: #CA255B;
}
.AnyTagClassName
{
color: #CA255B;
}
</style>
background-color css
<style>
a { background-color: #CA255B; }
a { background-color: rgb(202,37,91); }
div.DivClassName
{
background-color: #CA255B;
}
.BgClassName
{
background-color: #CA255B;
}
</style>
border-color css
<style>
span { border-color: #CA255B; }
span { border-color: rgb(202,37,91); }
td.TdClassName
{
border-color: #CA255B;
}
.TagClassName
{
border-color: #CA255B;
}
</style>