Shades of Old Rose #C01653
Tints of Old Rose #C01653
RGB
CMYK
RGB Variations
Color information
#C01653 (or 0xC01653) is known color: Old Rose. HEX triplet: C0, 16 and 53. RGB value is (192,22,83). Sum of RGB (Red+Green+Blue) = 192+22+83=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C01653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01653 is #3FE9AC. Grayscale: #4F4F4F. Windows color (decimal): -4188589 or 5445312. OLE color: 5445312.
HSL color Cylindrical-coordinate representation of color #C01653: hue angle of 338.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01653 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 83 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.25 |
| HSL | 338.47º | 0.79% | 0.42% | - |
| HSV(B) | 338.47º | 0.89% | 0.75% | - |
| XYZ | 23.59 | 12.4 | 9.33 | - |
| YUV | 79.78 | 129.82 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 83 | 0 | 0.89 | 0.57 | 0.25 | 338.47 | 0.79 | 0.42 |
| Hex | C0 | 16 | 53 | 0 | 59 | 39 | 19 | 152 | 4F | 2A |
| Octal | 300 | 26 | 123 | 0 | 131 | 71 | 31 | 522 | 117 | 52 |
| Binary | 11000000 | 10110 | 1010011 | 0 | 1011001 | 111001 | 11001 | 101010010 | 1001111 | 101010 |
Color Harmonies of #C01653
Complementary color
Monochromatic Colors of #C01653
Black with #C01653
Text Example
Text Example
White with #C01653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01653; }
p { color: rgb(192,22,83); }
H1.HeaderClassName
{
color: #C01653;
}
.AnyTagClassName
{
color: #C01653;
}
</style>
background-color css
<style>
a { background-color: #C01653; }
a { background-color: rgb(192,22,83); }
div.DivClassName
{
background-color: #C01653;
}
.BgClassName
{
background-color: #C01653;
}
</style>
border-color css
<style>
span { border-color: #C01653; }
span { border-color: rgb(192,22,83); }
td.TdClassName
{
border-color: #C01653;
}
.TagClassName
{
border-color: #C01653;
}
</style>