Shades of Old Rose #C23D49
Tints of Old Rose #C23D49
RGB
CMYK
RGB Variations
Color information
#C23D49 (or 0xC23D49) is known color: Old Rose. HEX triplet: C2, 3D and 49. RGB value is (194,61,73). Sum of RGB (Red+Green+Blue) = 194+61+73=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D49 is #3DC2B6. Grayscale: #666666. Windows color (decimal): -4047543 or 4799938. OLE color: 4799938.
HSL color Cylindrical-coordinate representation of color #C23D49: hue angle of 354.59º degrees, saturation: 0.52, 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 #C23D49 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 73 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.24 |
| HSL | 354.59º | 0.52% | 0.5% | - |
| HSV(B) | 354.59º | 0.69% | 0.76% | - |
| XYZ | 25.12 | 15.29 | 7.93 | - |
| YUV | 102.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 73 | 0 | 0.69 | 0.62 | 0.24 | 354.59 | 0.52 | 0.5 |
| Hex | C2 | 3D | 49 | 0 | 45 | 3E | 18 | 163 | 34 | 32 |
| Octal | 302 | 75 | 111 | 0 | 105 | 76 | 30 | 543 | 64 | 62 |
| Binary | 11000010 | 111101 | 1001001 | 0 | 1000101 | 111110 | 11000 | 101100011 | 110100 | 110010 |
Color Harmonies of #C23D49
Complementary color
Monochromatic Colors of #C23D49
Black with #C23D49
Text Example
Text Example
White with #C23D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D49; }
p { color: rgb(194,61,73); }
H1.HeaderClassName
{
color: #C23D49;
}
.AnyTagClassName
{
color: #C23D49;
}
</style>
background-color css
<style>
a { background-color: #C23D49; }
a { background-color: rgb(194,61,73); }
div.DivClassName
{
background-color: #C23D49;
}
.BgClassName
{
background-color: #C23D49;
}
</style>
border-color css
<style>
span { border-color: #C23D49; }
span { border-color: rgb(194,61,73); }
td.TdClassName
{
border-color: #C23D49;
}
.TagClassName
{
border-color: #C23D49;
}
</style>