Shades of Old Rose #C23949
Tints of Old Rose #C23949
RGB
CMYK
RGB Variations
Color information
#C23949 (or 0xC23949) is known color: Old Rose. HEX triplet: C2, 39 and 49. RGB value is (194,57,73). Sum of RGB (Red+Green+Blue) = 194+57+73=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C23949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23949 is #3DC6B6. Grayscale: #636363. Windows color (decimal): -4048567 or 4798914. OLE color: 4798914.
HSL color Cylindrical-coordinate representation of color #C23949: hue angle of 352.99º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23949 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 73 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.24 |
| HSL | 352.99º | 0.55% | 0.49% | - |
| HSV(B) | 352.99º | 0.71% | 0.76% | - |
| XYZ | 24.91 | 14.88 | 7.86 | - |
| YUV | 99.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 73 | 0 | 0.71 | 0.62 | 0.24 | 352.99 | 0.55 | 0.49 |
| Hex | C2 | 39 | 49 | 0 | 47 | 3E | 18 | 161 | 37 | 31 |
| Octal | 302 | 71 | 111 | 0 | 107 | 76 | 30 | 541 | 67 | 61 |
| Binary | 11000010 | 111001 | 1001001 | 0 | 1000111 | 111110 | 11000 | 101100001 | 110111 | 110001 |
Color Harmonies of #C23949
Complementary color
Monochromatic Colors of #C23949
Black with #C23949
Text Example
Text Example
White with #C23949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23949; }
p { color: rgb(194,57,73); }
H1.HeaderClassName
{
color: #C23949;
}
.AnyTagClassName
{
color: #C23949;
}
</style>
background-color css
<style>
a { background-color: #C23949; }
a { background-color: rgb(194,57,73); }
div.DivClassName
{
background-color: #C23949;
}
.BgClassName
{
background-color: #C23949;
}
</style>
border-color css
<style>
span { border-color: #C23949; }
span { border-color: rgb(194,57,73); }
td.TdClassName
{
border-color: #C23949;
}
.TagClassName
{
border-color: #C23949;
}
</style>