Shades of Old Rose #C22362
Tints of Old Rose #C22362
RGB
CMYK
RGB Variations
Color information
#C22362 (or 0xC22362) is known color: Old Rose. HEX triplet: C2, 23 and 62. RGB value is (194,35,98). Sum of RGB (Red+Green+Blue) = 194+35+98=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C22362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22362 is #3DDC9D. Grayscale: #595959. Windows color (decimal): -4054174 or 6431682. OLE color: 6431682.
HSL color Cylindrical-coordinate representation of color #C22362: hue angle of 336.23º 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 #C22362 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 98 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.24 |
| HSL | 336.23º | 0.69% | 0.45% | - |
| HSV(B) | 336.23º | 0.82% | 0.76% | - |
| XYZ | 25.05 | 13.55 | 12.85 | - |
| YUV | 89.72 | 132.68 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 98 | 0 | 0.82 | 0.49 | 0.24 | 336.23 | 0.69 | 0.45 |
| Hex | C2 | 23 | 62 | 0 | 52 | 31 | 18 | 150 | 45 | 2D |
| Octal | 302 | 43 | 142 | 0 | 122 | 61 | 30 | 520 | 105 | 55 |
| Binary | 11000010 | 100011 | 1100010 | 0 | 1010010 | 110001 | 11000 | 101010000 | 1000101 | 101101 |
Color Harmonies of #C22362
Complementary color
Monochromatic Colors of #C22362
Black with #C22362
Text Example
Text Example
White with #C22362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22362; }
p { color: rgb(194,35,98); }
H1.HeaderClassName
{
color: #C22362;
}
.AnyTagClassName
{
color: #C22362;
}
</style>
background-color css
<style>
a { background-color: #C22362; }
a { background-color: rgb(194,35,98); }
div.DivClassName
{
background-color: #C22362;
}
.BgClassName
{
background-color: #C22362;
}
</style>
border-color css
<style>
span { border-color: #C22362; }
span { border-color: rgb(194,35,98); }
td.TdClassName
{
border-color: #C22362;
}
.TagClassName
{
border-color: #C22362;
}
</style>