Shades of Old Rose #CA2755
Tints of Old Rose #CA2755
RGB
CMYK
RGB Variations
Color information
#CA2755 (or 0xCA2755) is known color: Old Rose. HEX triplet: CA, 27 and 55. RGB value is (202,39,85). Sum of RGB (Red+Green+Blue) = 202+39+85=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2755 is #35D8AA. Grayscale: #5C5C5C. Windows color (decimal): -3528875 or 5580746. OLE color: 5580746.
HSL color Cylindrical-coordinate representation of color #CA2755: hue angle of 343.07º 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 #CA2755 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 85 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.21 |
| HSL | 343.07º | 0.68% | 0.47% | - |
| HSV(B) | 343.07º | 0.81% | 0.79% | - |
| XYZ | 26.72 | 14.66 | 10.02 | - |
| YUV | 92.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 85 | 0 | 0.81 | 0.58 | 0.21 | 343.07 | 0.68 | 0.47 |
| Hex | CA | 27 | 55 | 0 | 51 | 3A | 15 | 157 | 44 | 2F |
| Octal | 312 | 47 | 125 | 0 | 121 | 72 | 25 | 527 | 104 | 57 |
| Binary | 11001010 | 100111 | 1010101 | 0 | 1010001 | 111010 | 10101 | 101010111 | 1000100 | 101111 |
Color Harmonies of #CA2755
Complementary color
Monochromatic Colors of #CA2755
Black with #CA2755
Text Example
Text Example
White with #CA2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2755; }
p { color: rgb(202,39,85); }
H1.HeaderClassName
{
color: #CA2755;
}
.AnyTagClassName
{
color: #CA2755;
}
</style>
background-color css
<style>
a { background-color: #CA2755; }
a { background-color: rgb(202,39,85); }
div.DivClassName
{
background-color: #CA2755;
}
.BgClassName
{
background-color: #CA2755;
}
</style>
border-color css
<style>
span { border-color: #CA2755; }
span { border-color: rgb(202,39,85); }
td.TdClassName
{
border-color: #CA2755;
}
.TagClassName
{
border-color: #CA2755;
}
</style>