Shades of Old Rose #CA355B
Tints of Old Rose #CA355B
RGB
CMYK
RGB Variations
Color information
#CA355B (or 0xCA355B) is known color: Old Rose. HEX triplet: CA, 35 and 5B. RGB value is (202,53,91). Sum of RGB (Red+Green+Blue) = 202+53+91=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA355B is #35CAA4. Grayscale: #656565. Windows color (decimal): -3525285 or 5977546. OLE color: 5977546.
HSL color Cylindrical-coordinate representation of color #CA355B: hue angle of 344.7º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA355B is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 91 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.21 |
| HSL | 344.7º | 0.58% | 0.5% | - |
| HSV(B) | 344.7º | 0.74% | 0.79% | - |
| XYZ | 27.52 | 15.86 | 11.51 | - |
| YUV | 101.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 91 | 0 | 0.74 | 0.55 | 0.21 | 344.7 | 0.58 | 0.5 |
| Hex | CA | 35 | 5B | 0 | 4A | 37 | 15 | 159 | 3A | 32 |
| Octal | 312 | 65 | 133 | 0 | 112 | 67 | 25 | 531 | 72 | 62 |
| Binary | 11001010 | 110101 | 1011011 | 0 | 1001010 | 110111 | 10101 | 101011001 | 111010 | 110010 |
Color Harmonies of #CA355B
Complementary color
Monochromatic Colors of #CA355B
Black with #CA355B
Text Example
Text Example
White with #CA355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA355B; }
p { color: rgb(202,53,91); }
H1.HeaderClassName
{
color: #CA355B;
}
.AnyTagClassName
{
color: #CA355B;
}
</style>
background-color css
<style>
a { background-color: #CA355B; }
a { background-color: rgb(202,53,91); }
div.DivClassName
{
background-color: #CA355B;
}
.BgClassName
{
background-color: #CA355B;
}
</style>
border-color css
<style>
span { border-color: #CA355B; }
span { border-color: rgb(202,53,91); }
td.TdClassName
{
border-color: #CA355B;
}
.TagClassName
{
border-color: #CA355B;
}
</style>