Shades of Old Rose #CA344E
Tints of Old Rose #CA344E
RGB
CMYK
RGB Variations
Color information
#CA344E (or 0xCA344E) is known color: Old Rose. HEX triplet: CA, 34 and 4E. RGB value is (202,52,78). Sum of RGB (Red+Green+Blue) = 202+52+78=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA344E is #35CBB1. Grayscale: #636363. Windows color (decimal): -3525554 or 5125322. OLE color: 5125322.
HSL color Cylindrical-coordinate representation of color #CA344E: hue angle of 349.6º 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 #CA344E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 78 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.21 |
| HSL | 349.6º | 0.59% | 0.5% | - |
| HSV(B) | 349.6º | 0.74% | 0.79% | - |
| XYZ | 26.96 | 15.56 | 8.79 | - |
| YUV | 99.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 78 | 0 | 0.74 | 0.61 | 0.21 | 349.6 | 0.59 | 0.5 |
| Hex | CA | 34 | 4E | 0 | 4A | 3D | 15 | 15E | 3B | 32 |
| Octal | 312 | 64 | 116 | 0 | 112 | 75 | 25 | 536 | 73 | 62 |
| Binary | 11001010 | 110100 | 1001110 | 0 | 1001010 | 111101 | 10101 | 101011110 | 111011 | 110010 |
Color Harmonies of #CA344E
Complementary color
Monochromatic Colors of #CA344E
Black with #CA344E
Text Example
Text Example
White with #CA344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA344E; }
p { color: rgb(202,52,78); }
H1.HeaderClassName
{
color: #CA344E;
}
.AnyTagClassName
{
color: #CA344E;
}
</style>
background-color css
<style>
a { background-color: #CA344E; }
a { background-color: rgb(202,52,78); }
div.DivClassName
{
background-color: #CA344E;
}
.BgClassName
{
background-color: #CA344E;
}
</style>
border-color css
<style>
span { border-color: #CA344E; }
span { border-color: rgb(202,52,78); }
td.TdClassName
{
border-color: #CA344E;
}
.TagClassName
{
border-color: #CA344E;
}
</style>