Shades of Old Rose #C23551
Tints of Old Rose #C23551
RGB
CMYK
RGB Variations
Color information
#C23551 (or 0xC23551) is known color: Old Rose. HEX triplet: C2, 35 and 51. RGB value is (194,53,81). Sum of RGB (Red+Green+Blue) = 194+53+81=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C23551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23551 is #3DCAAE. Grayscale: #626262. Windows color (decimal): -4049583 or 5322178. OLE color: 5322178.
HSL color Cylindrical-coordinate representation of color #C23551: hue angle of 348.09º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23551 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 81 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.24 |
| HSL | 348.09º | 0.57% | 0.48% | - |
| HSV(B) | 348.09º | 0.73% | 0.76% | - |
| XYZ | 25.01 | 14.61 | 9.29 | - |
| YUV | 98.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 81 | 0 | 0.73 | 0.58 | 0.24 | 348.09 | 0.57 | 0.48 |
| Hex | C2 | 35 | 51 | 0 | 49 | 3A | 18 | 15C | 39 | 30 |
| Octal | 302 | 65 | 121 | 0 | 111 | 72 | 30 | 534 | 71 | 60 |
| Binary | 11000010 | 110101 | 1010001 | 0 | 1001001 | 111010 | 11000 | 101011100 | 111001 | 110000 |
Color Harmonies of #C23551
Complementary color
Monochromatic Colors of #C23551
Black with #C23551
Text Example
Text Example
White with #C23551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23551; }
p { color: rgb(194,53,81); }
H1.HeaderClassName
{
color: #C23551;
}
.AnyTagClassName
{
color: #C23551;
}
</style>
background-color css
<style>
a { background-color: #C23551; }
a { background-color: rgb(194,53,81); }
div.DivClassName
{
background-color: #C23551;
}
.BgClassName
{
background-color: #C23551;
}
</style>
border-color css
<style>
span { border-color: #C23551; }
span { border-color: rgb(194,53,81); }
td.TdClassName
{
border-color: #C23551;
}
.TagClassName
{
border-color: #C23551;
}
</style>