Shades of Old Rose #C22357
Tints of Old Rose #C22357
RGB
CMYK
RGB Variations
Color information
#C22357 (or 0xC22357) is known color: Old Rose. HEX triplet: C2, 23 and 57. RGB value is (194,35,87). Sum of RGB (Red+Green+Blue) = 194+35+87=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C22357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22357 is #3DDCA8. Grayscale: #585858. Windows color (decimal): -4054185 or 5710786. OLE color: 5710786.
HSL color Cylindrical-coordinate representation of color #C22357: hue angle of 340.38º 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 #C22357 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 87 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.24 |
| HSL | 340.38º | 0.69% | 0.45% | - |
| HSV(B) | 340.38º | 0.82% | 0.76% | - |
| XYZ | 24.57 | 13.36 | 10.3 | - |
| YUV | 88.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 87 | 0 | 0.82 | 0.55 | 0.24 | 340.38 | 0.69 | 0.45 |
| Hex | C2 | 23 | 57 | 0 | 52 | 37 | 18 | 154 | 45 | 2D |
| Octal | 302 | 43 | 127 | 0 | 122 | 67 | 30 | 524 | 105 | 55 |
| Binary | 11000010 | 100011 | 1010111 | 0 | 1010010 | 110111 | 11000 | 101010100 | 1000101 | 101101 |
Color Harmonies of #C22357
Complementary color
Monochromatic Colors of #C22357
Black with #C22357
Text Example
Text Example
White with #C22357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22357; }
p { color: rgb(194,35,87); }
H1.HeaderClassName
{
color: #C22357;
}
.AnyTagClassName
{
color: #C22357;
}
</style>
background-color css
<style>
a { background-color: #C22357; }
a { background-color: rgb(194,35,87); }
div.DivClassName
{
background-color: #C22357;
}
.BgClassName
{
background-color: #C22357;
}
</style>
border-color css
<style>
span { border-color: #C22357; }
span { border-color: rgb(194,35,87); }
td.TdClassName
{
border-color: #C22357;
}
.TagClassName
{
border-color: #C22357;
}
</style>