Shades of Old Rose #C01953
Tints of Old Rose #C01953
RGB
CMYK
RGB Variations
Color information
#C01953 (or 0xC01953) is known color: Old Rose. HEX triplet: C0, 19 and 53. RGB value is (192,25,83). Sum of RGB (Red+Green+Blue) = 192+25+83=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C01953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01953 is #3FE6AC. Grayscale: #515151. Windows color (decimal): -4187821 or 5446080. OLE color: 5446080.
HSL color Cylindrical-coordinate representation of color #C01953: hue angle of 339.16º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01953 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 83 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.25 |
| HSL | 339.16º | 0.77% | 0.43% | - |
| HSV(B) | 339.16º | 0.87% | 0.75% | - |
| XYZ | 23.65 | 12.53 | 9.36 | - |
| YUV | 81.55 | 128.83 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 83 | 0 | 0.87 | 0.57 | 0.25 | 339.16 | 0.77 | 0.43 |
| Hex | C0 | 19 | 53 | 0 | 57 | 39 | 19 | 153 | 4D | 2B |
| Octal | 300 | 31 | 123 | 0 | 127 | 71 | 31 | 523 | 115 | 53 |
| Binary | 11000000 | 11001 | 1010011 | 0 | 1010111 | 111001 | 11001 | 101010011 | 1001101 | 101011 |
Color Harmonies of #C01953
Complementary color
Monochromatic Colors of #C01953
Black with #C01953
Text Example
Text Example
White with #C01953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01953; }
p { color: rgb(192,25,83); }
H1.HeaderClassName
{
color: #C01953;
}
.AnyTagClassName
{
color: #C01953;
}
</style>
background-color css
<style>
a { background-color: #C01953; }
a { background-color: rgb(192,25,83); }
div.DivClassName
{
background-color: #C01953;
}
.BgClassName
{
background-color: #C01953;
}
</style>
border-color css
<style>
span { border-color: #C01953; }
span { border-color: rgb(192,25,83); }
td.TdClassName
{
border-color: #C01953;
}
.TagClassName
{
border-color: #C01953;
}
</style>