Shades of Old Rose #CA3255
Tints of Old Rose #CA3255
RGB
CMYK
RGB Variations
Color information
#CA3255 (or 0xCA3255) is known color: Old Rose. HEX triplet: CA, 32 and 55. RGB value is (202,50,85). Sum of RGB (Red+Green+Blue) = 202+50+85=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3255 is #35CDAA. Grayscale: #636363. Windows color (decimal): -3526059 or 5583562. OLE color: 5583562.
HSL color Cylindrical-coordinate representation of color #CA3255: hue angle of 346.18º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3255 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 85 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.21 |
| HSL | 346.18º | 0.6% | 0.49% | - |
| HSV(B) | 346.18º | 0.75% | 0.79% | - |
| XYZ | 27.14 | 15.49 | 10.15 | - |
| YUV | 99.44 | 119.86 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 85 | 0 | 0.75 | 0.58 | 0.21 | 346.18 | 0.6 | 0.49 |
| Hex | CA | 32 | 55 | 0 | 4B | 3A | 15 | 15A | 3C | 31 |
| Octal | 312 | 62 | 125 | 0 | 113 | 72 | 25 | 532 | 74 | 61 |
| Binary | 11001010 | 110010 | 1010101 | 0 | 1001011 | 111010 | 10101 | 101011010 | 111100 | 110001 |
Color Harmonies of #CA3255
Complementary color
Monochromatic Colors of #CA3255
Black with #CA3255
Text Example
Text Example
White with #CA3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3255; }
p { color: rgb(202,50,85); }
H1.HeaderClassName
{
color: #CA3255;
}
.AnyTagClassName
{
color: #CA3255;
}
</style>
background-color css
<style>
a { background-color: #CA3255; }
a { background-color: rgb(202,50,85); }
div.DivClassName
{
background-color: #CA3255;
}
.BgClassName
{
background-color: #CA3255;
}
</style>
border-color css
<style>
span { border-color: #CA3255; }
span { border-color: rgb(202,50,85); }
td.TdClassName
{
border-color: #CA3255;
}
.TagClassName
{
border-color: #CA3255;
}
</style>