Shades of Old Rose #C22B5C
Tints of Old Rose #C22B5C
RGB
CMYK
RGB Variations
Color information
#C22B5C (or 0xC22B5C) is known color: Old Rose. HEX triplet: C2, 2B and 5C. RGB value is (194,43,92). Sum of RGB (Red+Green+Blue) = 194+43+92=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B5C is #3DD4A3. Grayscale: #5D5D5D. Windows color (decimal): -4052132 or 6040514. OLE color: 6040514.
HSL color Cylindrical-coordinate representation of color #C22B5C: hue angle of 340.53º 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 #C22B5C is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 92 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.24 |
| HSL | 340.53º | 0.64% | 0.46% | - |
| HSV(B) | 340.53º | 0.78% | 0.76% | - |
| XYZ | 25.04 | 13.97 | 11.5 | - |
| YUV | 93.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 92 | 0 | 0.78 | 0.53 | 0.24 | 340.53 | 0.64 | 0.46 |
| Hex | C2 | 2B | 5C | 0 | 4E | 35 | 18 | 155 | 40 | 2E |
| Octal | 302 | 53 | 134 | 0 | 116 | 65 | 30 | 525 | 100 | 56 |
| Binary | 11000010 | 101011 | 1011100 | 0 | 1001110 | 110101 | 11000 | 101010101 | 1000000 | 101110 |
Color Harmonies of #C22B5C
Complementary color
Monochromatic Colors of #C22B5C
Black with #C22B5C
Text Example
Text Example
White with #C22B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B5C; }
p { color: rgb(194,43,92); }
H1.HeaderClassName
{
color: #C22B5C;
}
.AnyTagClassName
{
color: #C22B5C;
}
</style>
background-color css
<style>
a { background-color: #C22B5C; }
a { background-color: rgb(194,43,92); }
div.DivClassName
{
background-color: #C22B5C;
}
.BgClassName
{
background-color: #C22B5C;
}
</style>
border-color css
<style>
span { border-color: #C22B5C; }
span { border-color: rgb(194,43,92); }
td.TdClassName
{
border-color: #C22B5C;
}
.TagClassName
{
border-color: #C22B5C;
}
</style>