Shades of Old Rose #C23A4A
Tints of Old Rose #C23A4A
RGB
CMYK
RGB Variations
Color information
#C23A4A (or 0xC23A4A) is known color: Old Rose. HEX triplet: C2, 3A and 4A. RGB value is (194,58,74). Sum of RGB (Red+Green+Blue) = 194+58+74=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A4A is #3DC5B5. Grayscale: #646464. Windows color (decimal): -4048310 or 4864706. OLE color: 4864706.
HSL color Cylindrical-coordinate representation of color #C23A4A: hue angle of 352.94º 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 #C23A4A is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 74 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.24 |
| HSL | 352.94º | 0.54% | 0.49% | - |
| HSV(B) | 352.94º | 0.7% | 0.76% | - |
| XYZ | 25 | 14.99 | 8.05 | - |
| YUV | 100.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 74 | 0 | 0.70 | 0.62 | 0.24 | 352.94 | 0.54 | 0.49 |
| Hex | C2 | 3A | 4A | 0 | 46 | 3E | 18 | 161 | 36 | 31 |
| Octal | 302 | 72 | 112 | 0 | 106 | 76 | 30 | 541 | 66 | 61 |
| Binary | 11000010 | 111010 | 1001010 | 0 | 1000110 | 111110 | 11000 | 101100001 | 110110 | 110001 |
Color Harmonies of #C23A4A
Complementary color
Monochromatic Colors of #C23A4A
Black with #C23A4A
Text Example
Text Example
White with #C23A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A4A; }
p { color: rgb(194,58,74); }
H1.HeaderClassName
{
color: #C23A4A;
}
.AnyTagClassName
{
color: #C23A4A;
}
</style>
background-color css
<style>
a { background-color: #C23A4A; }
a { background-color: rgb(194,58,74); }
div.DivClassName
{
background-color: #C23A4A;
}
.BgClassName
{
background-color: #C23A4A;
}
</style>
border-color css
<style>
span { border-color: #C23A4A; }
span { border-color: rgb(194,58,74); }
td.TdClassName
{
border-color: #C23A4A;
}
.TagClassName
{
border-color: #C23A4A;
}
</style>