Shades of Old Rose #C22356
Tints of Old Rose #C22356
RGB
CMYK
RGB Variations
Color information
#C22356 (or 0xC22356) is known color: Old Rose. HEX triplet: C2, 23 and 56. RGB value is (194,35,86). Sum of RGB (Red+Green+Blue) = 194+35+86=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C22356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22356 is #3DDCA9. Grayscale: #585858. Windows color (decimal): -4054186 or 5645250. OLE color: 5645250.
HSL color Cylindrical-coordinate representation of color #C22356: hue angle of 340.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22356 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 86 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.24 |
| HSL | 340.75º | 0.69% | 0.45% | - |
| HSV(B) | 340.75º | 0.82% | 0.76% | - |
| XYZ | 24.53 | 13.34 | 10.09 | - |
| YUV | 88.36 | 126.68 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 86 | 0 | 0.82 | 0.56 | 0.24 | 340.75 | 0.69 | 0.45 |
| Hex | C2 | 23 | 56 | 0 | 52 | 38 | 18 | 155 | 45 | 2D |
| Octal | 302 | 43 | 126 | 0 | 122 | 70 | 30 | 525 | 105 | 55 |
| Binary | 11000010 | 100011 | 1010110 | 0 | 1010010 | 111000 | 11000 | 101010101 | 1000101 | 101101 |
Color Harmonies of #C22356
Complementary color
Monochromatic Colors of #C22356
Black with #C22356
Text Example
Text Example
White with #C22356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22356; }
p { color: rgb(194,35,86); }
H1.HeaderClassName
{
color: #C22356;
}
.AnyTagClassName
{
color: #C22356;
}
</style>
background-color css
<style>
a { background-color: #C22356; }
a { background-color: rgb(194,35,86); }
div.DivClassName
{
background-color: #C22356;
}
.BgClassName
{
background-color: #C22356;
}
</style>
border-color css
<style>
span { border-color: #C22356; }
span { border-color: rgb(194,35,86); }
td.TdClassName
{
border-color: #C22356;
}
.TagClassName
{
border-color: #C22356;
}
</style>