Shades of Old Rose #C31953
Tints of Old Rose #C31953
RGB
CMYK
RGB Variations
Color information
#C31953 (or 0xC31953) is known color: Old Rose. HEX triplet: C3, 19 and 53. RGB value is (195,25,83). Sum of RGB (Red+Green+Blue) = 195+25+83=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C31953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31953 is #3CE6AC. Grayscale: #525252. Windows color (decimal): -3991213 or 5446083. OLE color: 5446083.
HSL color Cylindrical-coordinate representation of color #C31953: hue angle of 339.53º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31953 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 83 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.24 |
| HSL | 339.53º | 0.77% | 0.43% | - |
| HSV(B) | 339.53º | 0.87% | 0.76% | - |
| XYZ | 24.41 | 12.92 | 9.39 | - |
| YUV | 82.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 83 | 0 | 0.87 | 0.57 | 0.24 | 339.53 | 0.77 | 0.43 |
| Hex | C3 | 19 | 53 | 0 | 57 | 39 | 18 | 154 | 4D | 2B |
| Octal | 303 | 31 | 123 | 0 | 127 | 71 | 30 | 524 | 115 | 53 |
| Binary | 11000011 | 11001 | 1010011 | 0 | 1010111 | 111001 | 11000 | 101010100 | 1001101 | 101011 |
Color Harmonies of #C31953
Complementary color
Monochromatic Colors of #C31953
Black with #C31953
Text Example
Text Example
White with #C31953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31953; }
p { color: rgb(195,25,83); }
H1.HeaderClassName
{
color: #C31953;
}
.AnyTagClassName
{
color: #C31953;
}
</style>
background-color css
<style>
a { background-color: #C31953; }
a { background-color: rgb(195,25,83); }
div.DivClassName
{
background-color: #C31953;
}
.BgClassName
{
background-color: #C31953;
}
</style>
border-color css
<style>
span { border-color: #C31953; }
span { border-color: rgb(195,25,83); }
td.TdClassName
{
border-color: #C31953;
}
.TagClassName
{
border-color: #C31953;
}
</style>