Shades of Old Rose #CA334C
Tints of Old Rose #CA334C
RGB
CMYK
RGB Variations
Color information
#CA334C (or 0xCA334C) is known color: Old Rose. HEX triplet: CA, 33 and 4C. RGB value is (202,51,76). Sum of RGB (Red+Green+Blue) = 202+51+76=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA334C is #35CCB3. Grayscale: #636363. Windows color (decimal): -3525812 or 4993994. OLE color: 4993994.
HSL color Cylindrical-coordinate representation of color #CA334C: hue angle of 350.07º 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 #CA334C is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 76 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.21 |
| HSL | 350.07º | 0.6% | 0.5% | - |
| HSV(B) | 350.07º | 0.75% | 0.79% | - |
| XYZ | 26.85 | 15.45 | 8.4 | - |
| YUV | 99 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 76 | 0 | 0.75 | 0.62 | 0.21 | 350.07 | 0.6 | 0.5 |
| Hex | CA | 33 | 4C | 0 | 4B | 3E | 15 | 15E | 3C | 32 |
| Octal | 312 | 63 | 114 | 0 | 113 | 76 | 25 | 536 | 74 | 62 |
| Binary | 11001010 | 110011 | 1001100 | 0 | 1001011 | 111110 | 10101 | 101011110 | 111100 | 110010 |
Color Harmonies of #CA334C
Complementary color
Monochromatic Colors of #CA334C
Black with #CA334C
Text Example
Text Example
White with #CA334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA334C; }
p { color: rgb(202,51,76); }
H1.HeaderClassName
{
color: #CA334C;
}
.AnyTagClassName
{
color: #CA334C;
}
</style>
background-color css
<style>
a { background-color: #CA334C; }
a { background-color: rgb(202,51,76); }
div.DivClassName
{
background-color: #CA334C;
}
.BgClassName
{
background-color: #CA334C;
}
</style>
border-color css
<style>
span { border-color: #CA334C; }
span { border-color: rgb(202,51,76); }
td.TdClassName
{
border-color: #CA334C;
}
.TagClassName
{
border-color: #CA334C;
}
</style>