Shades of Old Rose #C23A4D
Tints of Old Rose #C23A4D
RGB
CMYK
RGB Variations
Color information
#C23A4D (or 0xC23A4D) is known color: Old Rose. HEX triplet: C2, 3A and 4D. RGB value is (194,58,77). Sum of RGB (Red+Green+Blue) = 194+58+77=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A4D is #3DC5B2. Grayscale: #646464. Windows color (decimal): -4048307 or 5061314. OLE color: 5061314.
HSL color Cylindrical-coordinate representation of color #C23A4D: hue angle of 351.62º 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 #C23A4D is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 77 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.24 |
| HSL | 351.62º | 0.54% | 0.49% | - |
| HSV(B) | 351.62º | 0.7% | 0.76% | - |
| XYZ | 25.1 | 15.03 | 8.6 | - |
| YUV | 100.83 | 114.56 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 77 | 0 | 0.70 | 0.60 | 0.24 | 351.62 | 0.54 | 0.49 |
| Hex | C2 | 3A | 4D | 0 | 46 | 3C | 18 | 160 | 36 | 31 |
| Octal | 302 | 72 | 115 | 0 | 106 | 74 | 30 | 540 | 66 | 61 |
| Binary | 11000010 | 111010 | 1001101 | 0 | 1000110 | 111100 | 11000 | 101100000 | 110110 | 110001 |
Color Harmonies of #C23A4D
Complementary color
Monochromatic Colors of #C23A4D
Black with #C23A4D
Text Example
Text Example
White with #C23A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A4D; }
p { color: rgb(194,58,77); }
H1.HeaderClassName
{
color: #C23A4D;
}
.AnyTagClassName
{
color: #C23A4D;
}
</style>
background-color css
<style>
a { background-color: #C23A4D; }
a { background-color: rgb(194,58,77); }
div.DivClassName
{
background-color: #C23A4D;
}
.BgClassName
{
background-color: #C23A4D;
}
</style>
border-color css
<style>
span { border-color: #C23A4D; }
span { border-color: rgb(194,58,77); }
td.TdClassName
{
border-color: #C23A4D;
}
.TagClassName
{
border-color: #C23A4D;
}
</style>