Shades of Old Rose #C22850
Tints of Old Rose #C22850
RGB
CMYK
RGB Variations
Color information
#C22850 (or 0xC22850) is known color: Old Rose. HEX triplet: C2, 28 and 50. RGB value is (194,40,80). Sum of RGB (Red+Green+Blue) = 194+40+80=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C22850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22850 is #3DD7AF. Grayscale: #5A5A5A. Windows color (decimal): -4052912 or 5253314. OLE color: 5253314.
HSL color Cylindrical-coordinate representation of color #C22850: hue angle of 344.42º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22850 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 80 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.24 |
| HSL | 344.42º | 0.66% | 0.46% | - |
| HSV(B) | 344.42º | 0.79% | 0.76% | - |
| XYZ | 24.45 | 13.57 | 8.92 | - |
| YUV | 90.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 80 | 0 | 0.79 | 0.59 | 0.24 | 344.42 | 0.66 | 0.46 |
| Hex | C2 | 28 | 50 | 0 | 4F | 3B | 18 | 158 | 42 | 2E |
| Octal | 302 | 50 | 120 | 0 | 117 | 73 | 30 | 530 | 102 | 56 |
| Binary | 11000010 | 101000 | 1010000 | 0 | 1001111 | 111011 | 11000 | 101011000 | 1000010 | 101110 |
Color Harmonies of #C22850
Complementary color
Monochromatic Colors of #C22850
Black with #C22850
Text Example
Text Example
White with #C22850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22850; }
p { color: rgb(194,40,80); }
H1.HeaderClassName
{
color: #C22850;
}
.AnyTagClassName
{
color: #C22850;
}
</style>
background-color css
<style>
a { background-color: #C22850; }
a { background-color: rgb(194,40,80); }
div.DivClassName
{
background-color: #C22850;
}
.BgClassName
{
background-color: #C22850;
}
</style>
border-color css
<style>
span { border-color: #C22850; }
span { border-color: rgb(194,40,80); }
td.TdClassName
{
border-color: #C22850;
}
.TagClassName
{
border-color: #C22850;
}
</style>