Shades of Old Rose #CA344F
Tints of Old Rose #CA344F
RGB
CMYK
RGB Variations
Color information
#CA344F (or 0xCA344F) is known color: Old Rose. HEX triplet: CA, 34 and 4F. RGB value is (202,52,79). Sum of RGB (Red+Green+Blue) = 202+52+79=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA344F is #35CBB0. Grayscale: #636363. Windows color (decimal): -3525553 or 5190858. OLE color: 5190858.
HSL color Cylindrical-coordinate representation of color #CA344F: hue angle of 349.2º degrees, saturation: 0.59, 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 #CA344F is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 79 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.21 |
| HSL | 349.2º | 0.59% | 0.5% | - |
| HSV(B) | 349.2º | 0.74% | 0.79% | - |
| XYZ | 27 | 15.58 | 8.98 | - |
| YUV | 99.93 | 116.2 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 79 | 0 | 0.74 | 0.61 | 0.21 | 349.2 | 0.59 | 0.5 |
| Hex | CA | 34 | 4F | 0 | 4A | 3D | 15 | 15D | 3B | 32 |
| Octal | 312 | 64 | 117 | 0 | 112 | 75 | 25 | 535 | 73 | 62 |
| Binary | 11001010 | 110100 | 1001111 | 0 | 1001010 | 111101 | 10101 | 101011101 | 111011 | 110010 |
Color Harmonies of #CA344F
Complementary color
Monochromatic Colors of #CA344F
Black with #CA344F
Text Example
Text Example
White with #CA344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA344F; }
p { color: rgb(202,52,79); }
H1.HeaderClassName
{
color: #CA344F;
}
.AnyTagClassName
{
color: #CA344F;
}
</style>
background-color css
<style>
a { background-color: #CA344F; }
a { background-color: rgb(202,52,79); }
div.DivClassName
{
background-color: #CA344F;
}
.BgClassName
{
background-color: #CA344F;
}
</style>
border-color css
<style>
span { border-color: #CA344F; }
span { border-color: rgb(202,52,79); }
td.TdClassName
{
border-color: #CA344F;
}
.TagClassName
{
border-color: #CA344F;
}
</style>