Shades of Old Rose #C04158
Tints of Old Rose #C04158
RGB
CMYK
RGB Variations
Color information
#C04158 (or 0xC04158) is known color: Old Rose. HEX triplet: C0, 41 and 58. RGB value is (192,65,88). Sum of RGB (Red+Green+Blue) = 192+65+88=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C04158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04158 is #3FBEA7. Grayscale: #696969. Windows color (decimal): -4177576 or 5784000. OLE color: 5784000.
HSL color Cylindrical-coordinate representation of color #C04158: hue angle of 349.13º 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 #C04158 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 88 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.25 |
| HSL | 349.13º | 0.5% | 0.5% | - |
| HSV(B) | 349.13º | 0.66% | 0.75% | - |
| XYZ | 25.39 | 15.69 | 10.92 | - |
| YUV | 105.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 88 | 0 | 0.66 | 0.54 | 0.25 | 349.13 | 0.5 | 0.5 |
| Hex | C0 | 41 | 58 | 0 | 42 | 36 | 19 | 15D | 32 | 32 |
| Octal | 300 | 101 | 130 | 0 | 102 | 66 | 31 | 535 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1011000 | 0 | 1000010 | 110110 | 11001 | 101011101 | 110010 | 110010 |
Color Harmonies of #C04158
Complementary color
Monochromatic Colors of #C04158
Black with #C04158
Text Example
Text Example
White with #C04158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04158; }
p { color: rgb(192,65,88); }
H1.HeaderClassName
{
color: #C04158;
}
.AnyTagClassName
{
color: #C04158;
}
</style>
background-color css
<style>
a { background-color: #C04158; }
a { background-color: rgb(192,65,88); }
div.DivClassName
{
background-color: #C04158;
}
.BgClassName
{
background-color: #C04158;
}
</style>
border-color css
<style>
span { border-color: #C04158; }
span { border-color: rgb(192,65,88); }
td.TdClassName
{
border-color: #C04158;
}
.TagClassName
{
border-color: #C04158;
}
</style>