Shades of Old Rose #C22652
Tints of Old Rose #C22652
RGB
CMYK
RGB Variations
Color information
#C22652 (or 0xC22652) is known color: Old Rose. HEX triplet: C2, 26 and 52. RGB value is (194,38,82). Sum of RGB (Red+Green+Blue) = 194+38+82=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C22652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22652 is #3DD9AD. Grayscale: #595959. Windows color (decimal): -4053422 or 5383874. OLE color: 5383874.
HSL color Cylindrical-coordinate representation of color #C22652: hue angle of 343.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22652 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 82 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.24 |
| HSL | 343.08º | 0.67% | 0.45% | - |
| HSV(B) | 343.08º | 0.8% | 0.76% | - |
| XYZ | 24.46 | 13.46 | 9.29 | - |
| YUV | 89.66 | 123.68 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 82 | 0 | 0.80 | 0.58 | 0.24 | 343.08 | 0.67 | 0.45 |
| Hex | C2 | 26 | 52 | 0 | 50 | 3A | 18 | 157 | 43 | 2D |
| Octal | 302 | 46 | 122 | 0 | 120 | 72 | 30 | 527 | 103 | 55 |
| Binary | 11000010 | 100110 | 1010010 | 0 | 1010000 | 111010 | 11000 | 101010111 | 1000011 | 101101 |
Color Harmonies of #C22652
Complementary color
Monochromatic Colors of #C22652
Black with #C22652
Text Example
Text Example
White with #C22652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22652; }
p { color: rgb(194,38,82); }
H1.HeaderClassName
{
color: #C22652;
}
.AnyTagClassName
{
color: #C22652;
}
</style>
background-color css
<style>
a { background-color: #C22652; }
a { background-color: rgb(194,38,82); }
div.DivClassName
{
background-color: #C22652;
}
.BgClassName
{
background-color: #C22652;
}
</style>
border-color css
<style>
span { border-color: #C22652; }
span { border-color: rgb(194,38,82); }
td.TdClassName
{
border-color: #C22652;
}
.TagClassName
{
border-color: #C22652;
}
</style>