Shades of Old Rose #C03A5C
Tints of Old Rose #C03A5C
RGB
CMYK
RGB Variations
Color information
#C03A5C (or 0xC03A5C) is known color: Old Rose. HEX triplet: C0, 3A and 5C. RGB value is (192,58,92). Sum of RGB (Red+Green+Blue) = 192+58+92=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A5C is #3FC5A3. Grayscale: #656565. Windows color (decimal): -4179364 or 6044352. OLE color: 6044352.
HSL color Cylindrical-coordinate representation of color #C03A5C: hue angle of 344.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A5C is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 92 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.25 |
| HSL | 344.78º | 0.54% | 0.49% | - |
| HSV(B) | 344.78º | 0.7% | 0.75% | - |
| XYZ | 25.18 | 15.01 | 11.69 | - |
| YUV | 101.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 92 | 0 | 0.70 | 0.52 | 0.25 | 344.78 | 0.54 | 0.49 |
| Hex | C0 | 3A | 5C | 0 | 46 | 34 | 19 | 159 | 36 | 31 |
| Octal | 300 | 72 | 134 | 0 | 106 | 64 | 31 | 531 | 66 | 61 |
| Binary | 11000000 | 111010 | 1011100 | 0 | 1000110 | 110100 | 11001 | 101011001 | 110110 | 110001 |
Color Harmonies of #C03A5C
Complementary color
Monochromatic Colors of #C03A5C
Black with #C03A5C
Text Example
Text Example
White with #C03A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A5C; }
p { color: rgb(192,58,92); }
H1.HeaderClassName
{
color: #C03A5C;
}
.AnyTagClassName
{
color: #C03A5C;
}
</style>
background-color css
<style>
a { background-color: #C03A5C; }
a { background-color: rgb(192,58,92); }
div.DivClassName
{
background-color: #C03A5C;
}
.BgClassName
{
background-color: #C03A5C;
}
</style>
border-color css
<style>
span { border-color: #C03A5C; }
span { border-color: rgb(192,58,92); }
td.TdClassName
{
border-color: #C03A5C;
}
.TagClassName
{
border-color: #C03A5C;
}
</style>