Shades of Old Rose #C21B5C
Tints of Old Rose #C21B5C
RGB
CMYK
RGB Variations
Color information
#C21B5C (or 0xC21B5C) is known color: Old Rose. HEX triplet: C2, 1B and 5C. RGB value is (194,27,92). Sum of RGB (Red+Green+Blue) = 194+27+92=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21B5C is #3DE4A3. Grayscale: #545454. Windows color (decimal): -4056228 or 6036418. OLE color: 6036418.
HSL color Cylindrical-coordinate representation of color #C21B5C: hue angle of 336.65º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21B5C is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 27 | 92 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.24 |
| HSL | 336.65º | 0.76% | 0.43% | - |
| HSV(B) | 336.65º | 0.86% | 0.76% | - |
| XYZ | 24.57 | 13.03 | 11.34 | - |
| YUV | 84.34 | 132.33 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 92 | 0 | 0.86 | 0.53 | 0.24 | 336.65 | 0.76 | 0.43 |
| Hex | C2 | 1B | 5C | 0 | 56 | 35 | 18 | 151 | 4C | 2B |
| Octal | 302 | 33 | 134 | 0 | 126 | 65 | 30 | 521 | 114 | 53 |
| Binary | 11000010 | 11011 | 1011100 | 0 | 1010110 | 110101 | 11000 | 101010001 | 1001100 | 101011 |
Color Harmonies of #C21B5C
Complementary color
Monochromatic Colors of #C21B5C
Black with #C21B5C
Text Example
Text Example
White with #C21B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21B5C; }
p { color: rgb(194,27,92); }
H1.HeaderClassName
{
color: #C21B5C;
}
.AnyTagClassName
{
color: #C21B5C;
}
</style>
background-color css
<style>
a { background-color: #C21B5C; }
a { background-color: rgb(194,27,92); }
div.DivClassName
{
background-color: #C21B5C;
}
.BgClassName
{
background-color: #C21B5C;
}
</style>
border-color css
<style>
span { border-color: #C21B5C; }
span { border-color: rgb(194,27,92); }
td.TdClassName
{
border-color: #C21B5C;
}
.TagClassName
{
border-color: #C21B5C;
}
</style>