Shades of Old Rose #C21352
Tints of Old Rose #C21352
RGB
CMYK
RGB Variations
Color information
#C21352 (or 0xC21352) is known color: Old Rose. HEX triplet: C2, 13 and 52. RGB value is (194,19,82). Sum of RGB (Red+Green+Blue) = 194+19+82=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C21352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21352 is #3DECAD. Grayscale: #4E4E4E. Windows color (decimal): -4058286 or 5379010. OLE color: 5379010.
HSL color Cylindrical-coordinate representation of color #C21352: hue angle of 338.4º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21352 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 82 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.24 |
| HSL | 338.4º | 0.82% | 0.42% | - |
| HSV(B) | 338.4º | 0.9% | 0.76% | - |
| XYZ | 24 | 12.54 | 9.14 | - |
| YUV | 78.51 | 129.98 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 82 | 0 | 0.90 | 0.58 | 0.24 | 338.4 | 0.82 | 0.42 |
| Hex | C2 | 13 | 52 | 0 | 5A | 3A | 18 | 152 | 52 | 2A |
| Octal | 302 | 23 | 122 | 0 | 132 | 72 | 30 | 522 | 122 | 52 |
| Binary | 11000010 | 10011 | 1010010 | 0 | 1011010 | 111010 | 11000 | 101010010 | 1010010 | 101010 |
Color Harmonies of #C21352
Complementary color
Monochromatic Colors of #C21352
Black with #C21352
Text Example
Text Example
White with #C21352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21352; }
p { color: rgb(194,19,82); }
H1.HeaderClassName
{
color: #C21352;
}
.AnyTagClassName
{
color: #C21352;
}
</style>
background-color css
<style>
a { background-color: #C21352; }
a { background-color: rgb(194,19,82); }
div.DivClassName
{
background-color: #C21352;
}
.BgClassName
{
background-color: #C21352;
}
</style>
border-color css
<style>
span { border-color: #C21352; }
span { border-color: rgb(194,19,82); }
td.TdClassName
{
border-color: #C21352;
}
.TagClassName
{
border-color: #C21352;
}
</style>