Shades of Old Rose #C0344F
Tints of Old Rose #C0344F
RGB
CMYK
RGB Variations
Color information
#C0344F (or 0xC0344F) is known color: Old Rose. HEX triplet: C0, 34 and 4F. RGB value is (192,52,79). Sum of RGB (Red+Green+Blue) = 192+52+79=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0344F is #3FCBB0. Grayscale: #606060. Windows color (decimal): -4180913 or 5190848. OLE color: 5190848.
HSL color Cylindrical-coordinate representation of color #C0344F: hue angle of 348.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0344F is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 79 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.25 |
| HSL | 348.43º | 0.57% | 0.48% | - |
| HSV(B) | 348.43º | 0.73% | 0.75% | - |
| XYZ | 24.38 | 14.23 | 8.86 | - |
| YUV | 96.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 79 | 0 | 0.73 | 0.59 | 0.25 | 348.43 | 0.57 | 0.48 |
| Hex | C0 | 34 | 4F | 0 | 49 | 3B | 19 | 15C | 39 | 30 |
| Octal | 300 | 64 | 117 | 0 | 111 | 73 | 31 | 534 | 71 | 60 |
| Binary | 11000000 | 110100 | 1001111 | 0 | 1001001 | 111011 | 11001 | 101011100 | 111001 | 110000 |
Color Harmonies of #C0344F
Complementary color
Monochromatic Colors of #C0344F
Black with #C0344F
Text Example
Text Example
White with #C0344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0344F; }
p { color: rgb(192,52,79); }
H1.HeaderClassName
{
color: #C0344F;
}
.AnyTagClassName
{
color: #C0344F;
}
</style>
background-color css
<style>
a { background-color: #C0344F; }
a { background-color: rgb(192,52,79); }
div.DivClassName
{
background-color: #C0344F;
}
.BgClassName
{
background-color: #C0344F;
}
</style>
border-color css
<style>
span { border-color: #C0344F; }
span { border-color: rgb(192,52,79); }
td.TdClassName
{
border-color: #C0344F;
}
.TagClassName
{
border-color: #C0344F;
}
</style>