Shades of Old Rose #C04058
Tints of Old Rose #C04058
RGB
CMYK
RGB Variations
Color information
#C04058 (or 0xC04058) is known color: Old Rose. HEX triplet: C0, 40 and 58. RGB value is (192,64,88). Sum of RGB (Red+Green+Blue) = 192+64+88=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C04058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04058 is #3FBFA7. Grayscale: #696969. Windows color (decimal): -4177832 or 5783744. OLE color: 5783744.
HSL color Cylindrical-coordinate representation of color #C04058: hue angle of 348.75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04058 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 88 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.25 |
| HSL | 348.75º | 0.5% | 0.5% | - |
| HSV(B) | 348.75º | 0.67% | 0.75% | - |
| XYZ | 25.33 | 15.58 | 10.9 | - |
| YUV | 105.01 | 118.41 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 88 | 0 | 0.67 | 0.54 | 0.25 | 348.75 | 0.5 | 0.5 |
| Hex | C0 | 40 | 58 | 0 | 43 | 36 | 19 | 15D | 32 | 32 |
| Octal | 300 | 100 | 130 | 0 | 103 | 66 | 31 | 535 | 62 | 62 |
| Binary | 11000000 | 1000000 | 1011000 | 0 | 1000011 | 110110 | 11001 | 101011101 | 110010 | 110010 |
Color Harmonies of #C04058
Complementary color
Monochromatic Colors of #C04058
Black with #C04058
Text Example
Text Example
White with #C04058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04058; }
p { color: rgb(192,64,88); }
H1.HeaderClassName
{
color: #C04058;
}
.AnyTagClassName
{
color: #C04058;
}
</style>
background-color css
<style>
a { background-color: #C04058; }
a { background-color: rgb(192,64,88); }
div.DivClassName
{
background-color: #C04058;
}
.BgClassName
{
background-color: #C04058;
}
</style>
border-color css
<style>
span { border-color: #C04058; }
span { border-color: rgb(192,64,88); }
td.TdClassName
{
border-color: #C04058;
}
.TagClassName
{
border-color: #C04058;
}
</style>