Shades of Old Rose #C22662
Tints of Old Rose #C22662
RGB
CMYK
RGB Variations
Color information
#C22662 (or 0xC22662) is known color: Old Rose. HEX triplet: C2, 26 and 62. RGB value is (194,38,98). Sum of RGB (Red+Green+Blue) = 194+38+98=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C22662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22662 is #3DD99D. Grayscale: #5B5B5B. Windows color (decimal): -4053406 or 6432450. OLE color: 6432450.
HSL color Cylindrical-coordinate representation of color #C22662: hue angle of 336.92º 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 #C22662 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 98 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.24 |
| HSL | 336.92º | 0.67% | 0.45% | - |
| HSV(B) | 336.92º | 0.8% | 0.76% | - |
| XYZ | 25.15 | 13.74 | 12.88 | - |
| YUV | 91.48 | 131.68 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 98 | 0 | 0.80 | 0.49 | 0.24 | 336.92 | 0.67 | 0.45 |
| Hex | C2 | 26 | 62 | 0 | 50 | 31 | 18 | 151 | 43 | 2D |
| Octal | 302 | 46 | 142 | 0 | 120 | 61 | 30 | 521 | 103 | 55 |
| Binary | 11000010 | 100110 | 1100010 | 0 | 1010000 | 110001 | 11000 | 101010001 | 1000011 | 101101 |
Color Harmonies of #C22662
Complementary color
Monochromatic Colors of #C22662
Black with #C22662
Text Example
Text Example
White with #C22662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22662; }
p { color: rgb(194,38,98); }
H1.HeaderClassName
{
color: #C22662;
}
.AnyTagClassName
{
color: #C22662;
}
</style>
background-color css
<style>
a { background-color: #C22662; }
a { background-color: rgb(194,38,98); }
div.DivClassName
{
background-color: #C22662;
}
.BgClassName
{
background-color: #C22662;
}
</style>
border-color css
<style>
span { border-color: #C22662; }
span { border-color: rgb(194,38,98); }
td.TdClassName
{
border-color: #C22662;
}
.TagClassName
{
border-color: #C22662;
}
</style>