Shades of Old Rose #C21C5C
Tints of Old Rose #C21C5C
RGB
CMYK
RGB Variations
Color information
#C21C5C (or 0xC21C5C) is known color: Old Rose. HEX triplet: C2, 1C and 5C. RGB value is (194,28,92). Sum of RGB (Red+Green+Blue) = 194+28+92=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C5C is #3DE3A3. Grayscale: #545454. Windows color (decimal): -4055972 or 6036674. OLE color: 6036674.
HSL color Cylindrical-coordinate representation of color #C21C5C: hue angle of 336.87º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C5C is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 92 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.24 |
| HSL | 336.87º | 0.75% | 0.44% | - |
| HSV(B) | 336.87º | 0.86% | 0.76% | - |
| XYZ | 24.6 | 13.07 | 11.35 | - |
| YUV | 84.93 | 132 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 92 | 0 | 0.86 | 0.53 | 0.24 | 336.87 | 0.75 | 0.44 |
| Hex | C2 | 1C | 5C | 0 | 56 | 35 | 18 | 151 | 4B | 2C |
| Octal | 302 | 34 | 134 | 0 | 126 | 65 | 30 | 521 | 113 | 54 |
| Binary | 11000010 | 11100 | 1011100 | 0 | 1010110 | 110101 | 11000 | 101010001 | 1001011 | 101100 |
Color Harmonies of #C21C5C
Complementary color
Monochromatic Colors of #C21C5C
Black with #C21C5C
Text Example
Text Example
White with #C21C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C5C; }
p { color: rgb(194,28,92); }
H1.HeaderClassName
{
color: #C21C5C;
}
.AnyTagClassName
{
color: #C21C5C;
}
</style>
background-color css
<style>
a { background-color: #C21C5C; }
a { background-color: rgb(194,28,92); }
div.DivClassName
{
background-color: #C21C5C;
}
.BgClassName
{
background-color: #C21C5C;
}
</style>
border-color css
<style>
span { border-color: #C21C5C; }
span { border-color: rgb(194,28,92); }
td.TdClassName
{
border-color: #C21C5C;
}
.TagClassName
{
border-color: #C21C5C;
}
</style>