Shades of Old Rose #CA3358
Tints of Old Rose #CA3358
RGB
CMYK
RGB Variations
Color information
#CA3358 (or 0xCA3358) is known color: Old Rose. HEX triplet: CA, 33 and 58. RGB value is (202,51,88). Sum of RGB (Red+Green+Blue) = 202+51+88=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3358 is #35CCA7. Grayscale: #646464. Windows color (decimal): -3525800 or 5780426. OLE color: 5780426.
HSL color Cylindrical-coordinate representation of color #CA3358: hue angle of 345.3º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3358 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 88 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.21 |
| HSL | 345.3º | 0.6% | 0.5% | - |
| HSV(B) | 345.3º | 0.75% | 0.79% | - |
| XYZ | 27.3 | 15.63 | 10.81 | - |
| YUV | 100.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 88 | 0 | 0.75 | 0.56 | 0.21 | 345.3 | 0.6 | 0.5 |
| Hex | CA | 33 | 58 | 0 | 4B | 38 | 15 | 159 | 3C | 32 |
| Octal | 312 | 63 | 130 | 0 | 113 | 70 | 25 | 531 | 74 | 62 |
| Binary | 11001010 | 110011 | 1011000 | 0 | 1001011 | 111000 | 10101 | 101011001 | 111100 | 110010 |
Color Harmonies of #CA3358
Complementary color
Monochromatic Colors of #CA3358
Black with #CA3358
Text Example
Text Example
White with #CA3358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3358; }
p { color: rgb(202,51,88); }
H1.HeaderClassName
{
color: #CA3358;
}
.AnyTagClassName
{
color: #CA3358;
}
</style>
background-color css
<style>
a { background-color: #CA3358; }
a { background-color: rgb(202,51,88); }
div.DivClassName
{
background-color: #CA3358;
}
.BgClassName
{
background-color: #CA3358;
}
</style>
border-color css
<style>
span { border-color: #CA3358; }
span { border-color: rgb(202,51,88); }
td.TdClassName
{
border-color: #CA3358;
}
.TagClassName
{
border-color: #CA3358;
}
</style>