Shades of Old Rose #CA255C
Tints of Old Rose #CA255C
RGB
CMYK
RGB Variations
Color information
#CA255C (or 0xCA255C) is known color: Old Rose. HEX triplet: CA, 25 and 5C. RGB value is (202,37,92). Sum of RGB (Red+Green+Blue) = 202+37+92=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA255C is #35DAA3. Grayscale: #5C5C5C. Windows color (decimal): -3529380 or 6038986. OLE color: 6038986.
HSL color Cylindrical-coordinate representation of color #CA255C: hue angle of 340º 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 #CA255C is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 92 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.21 |
| HSL | 340º | 0.69% | 0.47% | - |
| HSV(B) | 340º | 0.82% | 0.79% | - |
| XYZ | 26.95 | 14.65 | 11.53 | - |
| YUV | 92.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 92 | 0 | 0.82 | 0.54 | 0.21 | 340 | 0.69 | 0.47 |
| Hex | CA | 25 | 5C | 0 | 52 | 36 | 15 | 154 | 45 | 2F |
| Octal | 312 | 45 | 134 | 0 | 122 | 66 | 25 | 524 | 105 | 57 |
| Binary | 11001010 | 100101 | 1011100 | 0 | 1010010 | 110110 | 10101 | 101010100 | 1000101 | 101111 |
Color Harmonies of #CA255C
Complementary color
Monochromatic Colors of #CA255C
Black with #CA255C
Text Example
Text Example
White with #CA255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA255C; }
p { color: rgb(202,37,92); }
H1.HeaderClassName
{
color: #CA255C;
}
.AnyTagClassName
{
color: #CA255C;
}
</style>
background-color css
<style>
a { background-color: #CA255C; }
a { background-color: rgb(202,37,92); }
div.DivClassName
{
background-color: #CA255C;
}
.BgClassName
{
background-color: #CA255C;
}
</style>
border-color css
<style>
span { border-color: #CA255C; }
span { border-color: rgb(202,37,92); }
td.TdClassName
{
border-color: #CA255C;
}
.TagClassName
{
border-color: #CA255C;
}
</style>