Shades of Old Rose #C22453
Tints of Old Rose #C22453
RGB
CMYK
RGB Variations
Color information
#C22453 (or 0xC22453) is known color: Old Rose. HEX triplet: C2, 24 and 53. RGB value is (194,36,83). Sum of RGB (Red+Green+Blue) = 194+36+83=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C22453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22453 is #3DDBAC. Grayscale: #585858. Windows color (decimal): -4053933 or 5448898. OLE color: 5448898.
HSL color Cylindrical-coordinate representation of color #C22453: hue angle of 342.15º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22453 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 83 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.24 |
| HSL | 342.15º | 0.69% | 0.45% | - |
| HSV(B) | 342.15º | 0.81% | 0.76% | - |
| XYZ | 24.44 | 13.36 | 9.47 | - |
| YUV | 88.6 | 124.85 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 83 | 0 | 0.81 | 0.57 | 0.24 | 342.15 | 0.69 | 0.45 |
| Hex | C2 | 24 | 53 | 0 | 51 | 39 | 18 | 156 | 45 | 2D |
| Octal | 302 | 44 | 123 | 0 | 121 | 71 | 30 | 526 | 105 | 55 |
| Binary | 11000010 | 100100 | 1010011 | 0 | 1010001 | 111001 | 11000 | 101010110 | 1000101 | 101101 |
Color Harmonies of #C22453
Complementary color
Monochromatic Colors of #C22453
Black with #C22453
Text Example
Text Example
White with #C22453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22453; }
p { color: rgb(194,36,83); }
H1.HeaderClassName
{
color: #C22453;
}
.AnyTagClassName
{
color: #C22453;
}
</style>
background-color css
<style>
a { background-color: #C22453; }
a { background-color: rgb(194,36,83); }
div.DivClassName
{
background-color: #C22453;
}
.BgClassName
{
background-color: #C22453;
}
</style>
border-color css
<style>
span { border-color: #C22453; }
span { border-color: rgb(194,36,83); }
td.TdClassName
{
border-color: #C22453;
}
.TagClassName
{
border-color: #C22453;
}
</style>