Shades of Old Rose #C23649
Tints of Old Rose #C23649
RGB
CMYK
RGB Variations
Color information
#C23649 (or 0xC23649) is known color: Old Rose. HEX triplet: C2, 36 and 49. RGB value is (194,54,73). Sum of RGB (Red+Green+Blue) = 194+54+73=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C23649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23649 is #3DC9B6. Grayscale: #626262. Windows color (decimal): -4049335 or 4798146. OLE color: 4798146.
HSL color Cylindrical-coordinate representation of color #C23649: hue angle of 351.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23649 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 73 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.24 |
| HSL | 351.86º | 0.56% | 0.49% | - |
| HSV(B) | 351.86º | 0.72% | 0.76% | - |
| XYZ | 24.77 | 14.59 | 7.81 | - |
| YUV | 98.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 73 | 0 | 0.72 | 0.62 | 0.24 | 351.86 | 0.56 | 0.49 |
| Hex | C2 | 36 | 49 | 0 | 48 | 3E | 18 | 160 | 38 | 31 |
| Octal | 302 | 66 | 111 | 0 | 110 | 76 | 30 | 540 | 70 | 61 |
| Binary | 11000010 | 110110 | 1001001 | 0 | 1001000 | 111110 | 11000 | 101100000 | 111000 | 110001 |
Color Harmonies of #C23649
Complementary color
Monochromatic Colors of #C23649
Black with #C23649
Text Example
Text Example
White with #C23649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23649; }
p { color: rgb(194,54,73); }
H1.HeaderClassName
{
color: #C23649;
}
.AnyTagClassName
{
color: #C23649;
}
</style>
background-color css
<style>
a { background-color: #C23649; }
a { background-color: rgb(194,54,73); }
div.DivClassName
{
background-color: #C23649;
}
.BgClassName
{
background-color: #C23649;
}
</style>
border-color css
<style>
span { border-color: #C23649; }
span { border-color: rgb(194,54,73); }
td.TdClassName
{
border-color: #C23649;
}
.TagClassName
{
border-color: #C23649;
}
</style>