Shades of Old Rose #C23C60
Tints of Old Rose #C23C60
RGB
CMYK
RGB Variations
Color information
#C23C60 (or 0xC23C60) is known color: Old Rose. HEX triplet: C2, 3C and 60. RGB value is (194,60,96). Sum of RGB (Red+Green+Blue) = 194+60+96=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C60 is #3DC39F. Grayscale: #686868. Windows color (decimal): -4047776 or 6307010. OLE color: 6307010.
HSL color Cylindrical-coordinate representation of color #C23C60: hue angle of 343.88º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C60 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 96 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.24 |
| HSL | 343.88º | 0.53% | 0.5% | - |
| HSV(B) | 343.88º | 0.69% | 0.76% | - |
| XYZ | 25.98 | 15.55 | 12.7 | - |
| YUV | 104.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 96 | 0 | 0.69 | 0.51 | 0.24 | 343.88 | 0.53 | 0.5 |
| Hex | C2 | 3C | 60 | 0 | 45 | 33 | 18 | 158 | 35 | 32 |
| Octal | 302 | 74 | 140 | 0 | 105 | 63 | 30 | 530 | 65 | 62 |
| Binary | 11000010 | 111100 | 1100000 | 0 | 1000101 | 110011 | 11000 | 101011000 | 110101 | 110010 |
Color Harmonies of #C23C60
Complementary color
Monochromatic Colors of #C23C60
Black with #C23C60
Text Example
Text Example
White with #C23C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C60; }
p { color: rgb(194,60,96); }
H1.HeaderClassName
{
color: #C23C60;
}
.AnyTagClassName
{
color: #C23C60;
}
</style>
background-color css
<style>
a { background-color: #C23C60; }
a { background-color: rgb(194,60,96); }
div.DivClassName
{
background-color: #C23C60;
}
.BgClassName
{
background-color: #C23C60;
}
</style>
border-color css
<style>
span { border-color: #C23C60; }
span { border-color: rgb(194,60,96); }
td.TdClassName
{
border-color: #C23C60;
}
.TagClassName
{
border-color: #C23C60;
}
</style>