Shades of Old Rose #C0334F
Tints of Old Rose #C0334F
RGB
CMYK
RGB Variations
Color information
#C0334F (or 0xC0334F) is known color: Old Rose. HEX triplet: C0, 33 and 4F. RGB value is (192,51,79). Sum of RGB (Red+Green+Blue) = 192+51+79=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0334F is #3FCCB0. Grayscale: #606060. Windows color (decimal): -4181169 or 5190592. OLE color: 5190592.
HSL color Cylindrical-coordinate representation of color #C0334F: hue angle of 348.09º degrees, saturation: 0.58, 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 #C0334F is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 79 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.25 |
| HSL | 348.09º | 0.58% | 0.48% | - |
| HSV(B) | 348.09º | 0.73% | 0.75% | - |
| XYZ | 24.33 | 14.14 | 8.84 | - |
| YUV | 96.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 79 | 0 | 0.73 | 0.59 | 0.25 | 348.09 | 0.58 | 0.48 |
| Hex | C0 | 33 | 4F | 0 | 49 | 3B | 19 | 15C | 3A | 30 |
| Octal | 300 | 63 | 117 | 0 | 111 | 73 | 31 | 534 | 72 | 60 |
| Binary | 11000000 | 110011 | 1001111 | 0 | 1001001 | 111011 | 11001 | 101011100 | 111010 | 110000 |
Color Harmonies of #C0334F
Complementary color
Monochromatic Colors of #C0334F
Black with #C0334F
Text Example
Text Example
White with #C0334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0334F; }
p { color: rgb(192,51,79); }
H1.HeaderClassName
{
color: #C0334F;
}
.AnyTagClassName
{
color: #C0334F;
}
</style>
background-color css
<style>
a { background-color: #C0334F; }
a { background-color: rgb(192,51,79); }
div.DivClassName
{
background-color: #C0334F;
}
.BgClassName
{
background-color: #C0334F;
}
</style>
border-color css
<style>
span { border-color: #C0334F; }
span { border-color: rgb(192,51,79); }
td.TdClassName
{
border-color: #C0334F;
}
.TagClassName
{
border-color: #C0334F;
}
</style>