Shades of Old Rose #C21E5C
Tints of Old Rose #C21E5C
RGB
CMYK
RGB Variations
Color information
#C21E5C (or 0xC21E5C) is known color: Old Rose. HEX triplet: C2, 1E and 5C. RGB value is (194,30,92). Sum of RGB (Red+Green+Blue) = 194+30+92=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E5C is #3DE1A3. Grayscale: #565656. Windows color (decimal): -4055460 or 6037186. OLE color: 6037186.
HSL color Cylindrical-coordinate representation of color #C21E5C: hue angle of 337.32º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E5C is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 92 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.24 |
| HSL | 337.32º | 0.73% | 0.44% | - |
| HSV(B) | 337.32º | 0.85% | 0.76% | - |
| XYZ | 24.64 | 13.17 | 11.37 | - |
| YUV | 86.1 | 131.33 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 92 | 0 | 0.85 | 0.53 | 0.24 | 337.32 | 0.73 | 0.44 |
| Hex | C2 | 1E | 5C | 0 | 55 | 35 | 18 | 151 | 49 | 2C |
| Octal | 302 | 36 | 134 | 0 | 125 | 65 | 30 | 521 | 111 | 54 |
| Binary | 11000010 | 11110 | 1011100 | 0 | 1010101 | 110101 | 11000 | 101010001 | 1001001 | 101100 |
Color Harmonies of #C21E5C
Complementary color
Monochromatic Colors of #C21E5C
Black with #C21E5C
Text Example
Text Example
White with #C21E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E5C; }
p { color: rgb(194,30,92); }
H1.HeaderClassName
{
color: #C21E5C;
}
.AnyTagClassName
{
color: #C21E5C;
}
</style>
background-color css
<style>
a { background-color: #C21E5C; }
a { background-color: rgb(194,30,92); }
div.DivClassName
{
background-color: #C21E5C;
}
.BgClassName
{
background-color: #C21E5C;
}
</style>
border-color css
<style>
span { border-color: #C21E5C; }
span { border-color: rgb(194,30,92); }
td.TdClassName
{
border-color: #C21E5C;
}
.TagClassName
{
border-color: #C21E5C;
}
</style>