Shades of Old Rose #C2304D
Tints of Old Rose #C2304D
RGB
CMYK
RGB Variations
Color information
#C2304D (or 0xC2304D) is known color: Old Rose. HEX triplet: C2, 30 and 4D. RGB value is (194,48,77). Sum of RGB (Red+Green+Blue) = 194+48+77=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2304D is #3DCFB2. Grayscale: #5E5E5E. Windows color (decimal): -4050867 or 5058754. OLE color: 5058754.
HSL color Cylindrical-coordinate representation of color #C2304D: hue angle of 348.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2304D is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 77 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.24 |
| HSL | 348.08º | 0.6% | 0.47% | - |
| HSV(B) | 348.08º | 0.75% | 0.76% | - |
| XYZ | 24.64 | 14.12 | 8.45 | - |
| YUV | 94.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 77 | 0 | 0.75 | 0.60 | 0.24 | 348.08 | 0.6 | 0.47 |
| Hex | C2 | 30 | 4D | 0 | 4B | 3C | 18 | 15C | 3C | 2F |
| Octal | 302 | 60 | 115 | 0 | 113 | 74 | 30 | 534 | 74 | 57 |
| Binary | 11000010 | 110000 | 1001101 | 0 | 1001011 | 111100 | 11000 | 101011100 | 111100 | 101111 |
Color Harmonies of #C2304D
Complementary color
Monochromatic Colors of #C2304D
Black with #C2304D
Text Example
Text Example
White with #C2304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2304D; }
p { color: rgb(194,48,77); }
H1.HeaderClassName
{
color: #C2304D;
}
.AnyTagClassName
{
color: #C2304D;
}
</style>
background-color css
<style>
a { background-color: #C2304D; }
a { background-color: rgb(194,48,77); }
div.DivClassName
{
background-color: #C2304D;
}
.BgClassName
{
background-color: #C2304D;
}
</style>
border-color css
<style>
span { border-color: #C2304D; }
span { border-color: rgb(194,48,77); }
td.TdClassName
{
border-color: #C2304D;
}
.TagClassName
{
border-color: #C2304D;
}
</style>