Shades of Old Rose #CA354F
Tints of Old Rose #CA354F
RGB
CMYK
RGB Variations
Color information
#CA354F (or 0xCA354F) is known color: Old Rose. HEX triplet: CA, 35 and 4F. RGB value is (202,53,79). Sum of RGB (Red+Green+Blue) = 202+53+79=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA354F is #35CAB0. Grayscale: #646464. Windows color (decimal): -3525297 or 5191114. OLE color: 5191114.
HSL color Cylindrical-coordinate representation of color #CA354F: hue angle of 349.53º 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 #CA354F is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 79 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.21 |
| HSL | 349.53º | 0.58% | 0.5% | - |
| HSV(B) | 349.53º | 0.74% | 0.79% | - |
| XYZ | 27.04 | 15.67 | 9 | - |
| YUV | 100.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 79 | 0 | 0.74 | 0.61 | 0.21 | 349.53 | 0.58 | 0.5 |
| Hex | CA | 35 | 4F | 0 | 4A | 3D | 15 | 15E | 3A | 32 |
| Octal | 312 | 65 | 117 | 0 | 112 | 75 | 25 | 536 | 72 | 62 |
| Binary | 11001010 | 110101 | 1001111 | 0 | 1001010 | 111101 | 10101 | 101011110 | 111010 | 110010 |
Color Harmonies of #CA354F
Complementary color
Monochromatic Colors of #CA354F
Black with #CA354F
Text Example
Text Example
White with #CA354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA354F; }
p { color: rgb(202,53,79); }
H1.HeaderClassName
{
color: #CA354F;
}
.AnyTagClassName
{
color: #CA354F;
}
</style>
background-color css
<style>
a { background-color: #CA354F; }
a { background-color: rgb(202,53,79); }
div.DivClassName
{
background-color: #CA354F;
}
.BgClassName
{
background-color: #CA354F;
}
</style>
border-color css
<style>
span { border-color: #CA354F; }
span { border-color: rgb(202,53,79); }
td.TdClassName
{
border-color: #CA354F;
}
.TagClassName
{
border-color: #CA354F;
}
</style>