Shades of Old Rose #C31755
Tints of Old Rose #C31755
RGB
CMYK
RGB Variations
Color information
#C31755 (or 0xC31755) is known color: Old Rose. HEX triplet: C3, 17 and 55. RGB value is (195,23,85). Sum of RGB (Red+Green+Blue) = 195+23+85=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C31755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31755 is #3CE8AA. Grayscale: #515151. Windows color (decimal): -3991723 or 5576643. OLE color: 5576643.
HSL color Cylindrical-coordinate representation of color #C31755: hue angle of 338.37º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31755 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 85 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.24 |
| HSL | 338.37º | 0.79% | 0.43% | - |
| HSV(B) | 338.37º | 0.88% | 0.76% | - |
| XYZ | 24.45 | 12.87 | 9.79 | - |
| YUV | 81.5 | 129.98 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 85 | 0 | 0.88 | 0.56 | 0.24 | 338.37 | 0.79 | 0.43 |
| Hex | C3 | 17 | 55 | 0 | 58 | 38 | 18 | 152 | 4F | 2B |
| Octal | 303 | 27 | 125 | 0 | 130 | 70 | 30 | 522 | 117 | 53 |
| Binary | 11000011 | 10111 | 1010101 | 0 | 1011000 | 111000 | 11000 | 101010010 | 1001111 | 101011 |
Color Harmonies of #C31755
Complementary color
Monochromatic Colors of #C31755
Black with #C31755
Text Example
Text Example
White with #C31755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31755; }
p { color: rgb(195,23,85); }
H1.HeaderClassName
{
color: #C31755;
}
.AnyTagClassName
{
color: #C31755;
}
</style>
background-color css
<style>
a { background-color: #C31755; }
a { background-color: rgb(195,23,85); }
div.DivClassName
{
background-color: #C31755;
}
.BgClassName
{
background-color: #C31755;
}
</style>
border-color css
<style>
span { border-color: #C31755; }
span { border-color: rgb(195,23,85); }
td.TdClassName
{
border-color: #C31755;
}
.TagClassName
{
border-color: #C31755;
}
</style>