Shades of Old Rose #C23048
Tints of Old Rose #C23048
RGB
CMYK
RGB Variations
Color information
#C23048 (or 0xC23048) is known color: Old Rose. HEX triplet: C2, 30 and 48. RGB value is (194,48,72). Sum of RGB (Red+Green+Blue) = 194+48+72=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C23048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23048 is #3DCFB7. Grayscale: #5E5E5E. Windows color (decimal): -4050872 or 4731074. OLE color: 4731074.
HSL color Cylindrical-coordinate representation of color #C23048: hue angle of 350.14º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23048 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 72 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.24 |
| HSL | 350.14º | 0.6% | 0.47% | - |
| HSV(B) | 350.14º | 0.75% | 0.76% | - |
| XYZ | 24.47 | 14.05 | 7.55 | - |
| YUV | 94.39 | 115.37 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 72 | 0 | 0.75 | 0.63 | 0.24 | 350.14 | 0.6 | 0.47 |
| Hex | C2 | 30 | 48 | 0 | 4B | 3F | 18 | 15E | 3C | 2F |
| Octal | 302 | 60 | 110 | 0 | 113 | 77 | 30 | 536 | 74 | 57 |
| Binary | 11000010 | 110000 | 1001000 | 0 | 1001011 | 111111 | 11000 | 101011110 | 111100 | 101111 |
Color Harmonies of #C23048
Complementary color
Monochromatic Colors of #C23048
Black with #C23048
Text Example
Text Example
White with #C23048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23048; }
p { color: rgb(194,48,72); }
H1.HeaderClassName
{
color: #C23048;
}
.AnyTagClassName
{
color: #C23048;
}
</style>
background-color css
<style>
a { background-color: #C23048; }
a { background-color: rgb(194,48,72); }
div.DivClassName
{
background-color: #C23048;
}
.BgClassName
{
background-color: #C23048;
}
</style>
border-color css
<style>
span { border-color: #C23048; }
span { border-color: rgb(194,48,72); }
td.TdClassName
{
border-color: #C23048;
}
.TagClassName
{
border-color: #C23048;
}
</style>