Shades of Old Rose #C04150
Tints of Old Rose #C04150
RGB
CMYK
RGB Variations
Color information
#C04150 (or 0xC04150) is known color: Old Rose. HEX triplet: C0, 41 and 50. RGB value is (192,65,80). Sum of RGB (Red+Green+Blue) = 192+65+80=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C04150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04150 is #3FBEAF. Grayscale: #686868. Windows color (decimal): -4177584 or 5259712. OLE color: 5259712.
HSL color Cylindrical-coordinate representation of color #C04150: hue angle of 352.91º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04150 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 80 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.25 |
| HSL | 352.91º | 0.5% | 0.5% | - |
| HSV(B) | 352.91º | 0.66% | 0.75% | - |
| XYZ | 25.08 | 15.57 | 9.27 | - |
| YUV | 104.68 | 114.08 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 80 | 0 | 0.66 | 0.58 | 0.25 | 352.91 | 0.5 | 0.5 |
| Hex | C0 | 41 | 50 | 0 | 42 | 3A | 19 | 161 | 32 | 32 |
| Octal | 300 | 101 | 120 | 0 | 102 | 72 | 31 | 541 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1010000 | 0 | 1000010 | 111010 | 11001 | 101100001 | 110010 | 110010 |
Color Harmonies of #C04150
Complementary color
Monochromatic Colors of #C04150
Black with #C04150
Text Example
Text Example
White with #C04150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04150; }
p { color: rgb(192,65,80); }
H1.HeaderClassName
{
color: #C04150;
}
.AnyTagClassName
{
color: #C04150;
}
</style>
background-color css
<style>
a { background-color: #C04150; }
a { background-color: rgb(192,65,80); }
div.DivClassName
{
background-color: #C04150;
}
.BgClassName
{
background-color: #C04150;
}
</style>
border-color css
<style>
span { border-color: #C04150; }
span { border-color: rgb(192,65,80); }
td.TdClassName
{
border-color: #C04150;
}
.TagClassName
{
border-color: #C04150;
}
</style>