Shades of Old Rose #C22B4D
Tints of Old Rose #C22B4D
RGB
CMYK
RGB Variations
Color information
#C22B4D (or 0xC22B4D) is known color: Old Rose. HEX triplet: C2, 2B and 4D. RGB value is (194,43,77). Sum of RGB (Red+Green+Blue) = 194+43+77=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B4D is #3DD4B2. Grayscale: #5C5C5C. Windows color (decimal): -4052147 or 5057474. OLE color: 5057474.
HSL color Cylindrical-coordinate representation of color #C22B4D: hue angle of 346.49º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22B4D is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 77 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.24 |
| HSL | 346.49º | 0.64% | 0.46% | - |
| HSV(B) | 346.49º | 0.78% | 0.76% | - |
| XYZ | 24.45 | 13.73 | 8.38 | - |
| YUV | 92.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 77 | 0 | 0.78 | 0.60 | 0.24 | 346.49 | 0.64 | 0.46 |
| Hex | C2 | 2B | 4D | 0 | 4E | 3C | 18 | 15A | 40 | 2E |
| Octal | 302 | 53 | 115 | 0 | 116 | 74 | 30 | 532 | 100 | 56 |
| Binary | 11000010 | 101011 | 1001101 | 0 | 1001110 | 111100 | 11000 | 101011010 | 1000000 | 101110 |
Color Harmonies of #C22B4D
Complementary color
Monochromatic Colors of #C22B4D
Black with #C22B4D
Text Example
Text Example
White with #C22B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B4D; }
p { color: rgb(194,43,77); }
H1.HeaderClassName
{
color: #C22B4D;
}
.AnyTagClassName
{
color: #C22B4D;
}
</style>
background-color css
<style>
a { background-color: #C22B4D; }
a { background-color: rgb(194,43,77); }
div.DivClassName
{
background-color: #C22B4D;
}
.BgClassName
{
background-color: #C22B4D;
}
</style>
border-color css
<style>
span { border-color: #C22B4D; }
span { border-color: rgb(194,43,77); }
td.TdClassName
{
border-color: #C22B4D;
}
.TagClassName
{
border-color: #C22B4D;
}
</style>