Shades of Old Rose #C04153
Tints of Old Rose #C04153
RGB
CMYK
RGB Variations
Color information
#C04153 (or 0xC04153) is known color: Old Rose. HEX triplet: C0, 41 and 53. RGB value is (192,65,83). Sum of RGB (Red+Green+Blue) = 192+65+83=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C04153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04153 is #3FBEAC. Grayscale: #696969. Windows color (decimal): -4177581 or 5456320. OLE color: 5456320.
HSL color Cylindrical-coordinate representation of color #C04153: hue angle of 351.5º 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 #C04153 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 83 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.25 |
| HSL | 351.5º | 0.5% | 0.5% | - |
| HSV(B) | 351.5º | 0.66% | 0.75% | - |
| XYZ | 25.19 | 15.61 | 9.87 | - |
| YUV | 105.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 83 | 0 | 0.66 | 0.57 | 0.25 | 351.5 | 0.5 | 0.5 |
| Hex | C0 | 41 | 53 | 0 | 42 | 39 | 19 | 15F | 32 | 32 |
| Octal | 300 | 101 | 123 | 0 | 102 | 71 | 31 | 537 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1010011 | 0 | 1000010 | 111001 | 11001 | 101011111 | 110010 | 110010 |
Color Harmonies of #C04153
Complementary color
Monochromatic Colors of #C04153
Black with #C04153
Text Example
Text Example
White with #C04153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04153; }
p { color: rgb(192,65,83); }
H1.HeaderClassName
{
color: #C04153;
}
.AnyTagClassName
{
color: #C04153;
}
</style>
background-color css
<style>
a { background-color: #C04153; }
a { background-color: rgb(192,65,83); }
div.DivClassName
{
background-color: #C04153;
}
.BgClassName
{
background-color: #C04153;
}
</style>
border-color css
<style>
span { border-color: #C04153; }
span { border-color: rgb(192,65,83); }
td.TdClassName
{
border-color: #C04153;
}
.TagClassName
{
border-color: #C04153;
}
</style>