Shades of Old Rose #C04156
Tints of Old Rose #C04156
RGB
CMYK
RGB Variations
Color information
#C04156 (or 0xC04156) is known color: Old Rose. HEX triplet: C0, 41 and 56. RGB value is (192,65,86). Sum of RGB (Red+Green+Blue) = 192+65+86=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C04156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04156 is #3FBEA9. Grayscale: #696969. Windows color (decimal): -4177578 or 5652928. OLE color: 5652928.
HSL color Cylindrical-coordinate representation of color #C04156: hue angle of 350.08º 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 #C04156 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 86 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.25 |
| HSL | 350.08º | 0.5% | 0.5% | - |
| HSV(B) | 350.08º | 0.66% | 0.75% | - |
| XYZ | 25.31 | 15.66 | 10.49 | - |
| YUV | 105.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 86 | 0 | 0.66 | 0.55 | 0.25 | 350.08 | 0.5 | 0.5 |
| Hex | C0 | 41 | 56 | 0 | 42 | 37 | 19 | 15E | 32 | 32 |
| Octal | 300 | 101 | 126 | 0 | 102 | 67 | 31 | 536 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1010110 | 0 | 1000010 | 110111 | 11001 | 101011110 | 110010 | 110010 |
Color Harmonies of #C04156
Complementary color
Monochromatic Colors of #C04156
Black with #C04156
Text Example
Text Example
White with #C04156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04156; }
p { color: rgb(192,65,86); }
H1.HeaderClassName
{
color: #C04156;
}
.AnyTagClassName
{
color: #C04156;
}
</style>
background-color css
<style>
a { background-color: #C04156; }
a { background-color: rgb(192,65,86); }
div.DivClassName
{
background-color: #C04156;
}
.BgClassName
{
background-color: #C04156;
}
</style>
border-color css
<style>
span { border-color: #C04156; }
span { border-color: rgb(192,65,86); }
td.TdClassName
{
border-color: #C04156;
}
.TagClassName
{
border-color: #C04156;
}
</style>