Shades of Old Rose #C23458
Tints of Old Rose #C23458
RGB
CMYK
RGB Variations
Color information
#C23458 (or 0xC23458) is known color: Old Rose. HEX triplet: C2, 34 and 58. RGB value is (194,52,88). Sum of RGB (Red+Green+Blue) = 194+52+88=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C23458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23458 is #3DCBA7. Grayscale: #626262. Windows color (decimal): -4049832 or 5780674. OLE color: 5780674.
HSL color Cylindrical-coordinate representation of color #C23458: hue angle of 344.79º degrees, saturation: 0.58, 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 #C23458 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 88 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.24 |
| HSL | 344.79º | 0.58% | 0.48% | - |
| HSV(B) | 344.79º | 0.73% | 0.76% | - |
| XYZ | 25.24 | 14.63 | 10.73 | - |
| YUV | 98.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 88 | 0 | 0.73 | 0.55 | 0.24 | 344.79 | 0.58 | 0.48 |
| Hex | C2 | 34 | 58 | 0 | 49 | 37 | 18 | 159 | 3A | 30 |
| Octal | 302 | 64 | 130 | 0 | 111 | 67 | 30 | 531 | 72 | 60 |
| Binary | 11000010 | 110100 | 1011000 | 0 | 1001001 | 110111 | 11000 | 101011001 | 111010 | 110000 |
Color Harmonies of #C23458
Complementary color
Monochromatic Colors of #C23458
Black with #C23458
Text Example
Text Example
White with #C23458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23458; }
p { color: rgb(194,52,88); }
H1.HeaderClassName
{
color: #C23458;
}
.AnyTagClassName
{
color: #C23458;
}
</style>
background-color css
<style>
a { background-color: #C23458; }
a { background-color: rgb(194,52,88); }
div.DivClassName
{
background-color: #C23458;
}
.BgClassName
{
background-color: #C23458;
}
</style>
border-color css
<style>
span { border-color: #C23458; }
span { border-color: rgb(194,52,88); }
td.TdClassName
{
border-color: #C23458;
}
.TagClassName
{
border-color: #C23458;
}
</style>