Shades of Old Rose #C23A60
Tints of Old Rose #C23A60
RGB
CMYK
RGB Variations
Color information
#C23A60 (or 0xC23A60) is known color: Old Rose. HEX triplet: C2, 3A and 60. RGB value is (194,58,96). Sum of RGB (Red+Green+Blue) = 194+58+96=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A60 is #3DC59F. Grayscale: #666666. Windows color (decimal): -4048288 or 6306498. OLE color: 6306498.
HSL color Cylindrical-coordinate representation of color #C23A60: hue angle of 343.24º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A60 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 96 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.24 |
| HSL | 343.24º | 0.54% | 0.49% | - |
| HSV(B) | 343.24º | 0.7% | 0.76% | - |
| XYZ | 25.87 | 15.34 | 12.66 | - |
| YUV | 103 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 96 | 0 | 0.70 | 0.51 | 0.24 | 343.24 | 0.54 | 0.49 |
| Hex | C2 | 3A | 60 | 0 | 46 | 33 | 18 | 157 | 36 | 31 |
| Octal | 302 | 72 | 140 | 0 | 106 | 63 | 30 | 527 | 66 | 61 |
| Binary | 11000010 | 111010 | 1100000 | 0 | 1000110 | 110011 | 11000 | 101010111 | 110110 | 110001 |
Color Harmonies of #C23A60
Complementary color
Monochromatic Colors of #C23A60
Black with #C23A60
Text Example
Text Example
White with #C23A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A60; }
p { color: rgb(194,58,96); }
H1.HeaderClassName
{
color: #C23A60;
}
.AnyTagClassName
{
color: #C23A60;
}
</style>
background-color css
<style>
a { background-color: #C23A60; }
a { background-color: rgb(194,58,96); }
div.DivClassName
{
background-color: #C23A60;
}
.BgClassName
{
background-color: #C23A60;
}
</style>
border-color css
<style>
span { border-color: #C23A60; }
span { border-color: rgb(194,58,96); }
td.TdClassName
{
border-color: #C23A60;
}
.TagClassName
{
border-color: #C23A60;
}
</style>