Shades of Old Rose #C1255B
Tints of Old Rose #C1255B
RGB
CMYK
RGB Variations
Color information
#C1255B (or 0xC1255B) is known color: Old Rose. HEX triplet: C1, 25 and 5B. RGB value is (193,37,91). Sum of RGB (Red+Green+Blue) = 193+37+91=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C1255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1255B is #3EDAA4. Grayscale: #595959. Windows color (decimal): -4119205 or 5973441. OLE color: 5973441.
HSL color Cylindrical-coordinate representation of color #C1255B: hue angle of 339.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1255B is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 91 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.24 |
| HSL | 339.23º | 0.68% | 0.45% | - |
| HSV(B) | 339.23º | 0.81% | 0.76% | - |
| XYZ | 24.54 | 13.42 | 11.19 | - |
| YUV | 89.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 91 | 0 | 0.81 | 0.53 | 0.24 | 339.23 | 0.68 | 0.45 |
| Hex | C1 | 25 | 5B | 0 | 51 | 35 | 18 | 153 | 44 | 2D |
| Octal | 301 | 45 | 133 | 0 | 121 | 65 | 30 | 523 | 104 | 55 |
| Binary | 11000001 | 100101 | 1011011 | 0 | 1010001 | 110101 | 11000 | 101010011 | 1000100 | 101101 |
Color Harmonies of #C1255B
Complementary color
Monochromatic Colors of #C1255B
Black with #C1255B
Text Example
Text Example
White with #C1255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1255B; }
p { color: rgb(193,37,91); }
H1.HeaderClassName
{
color: #C1255B;
}
.AnyTagClassName
{
color: #C1255B;
}
</style>
background-color css
<style>
a { background-color: #C1255B; }
a { background-color: rgb(193,37,91); }
div.DivClassName
{
background-color: #C1255B;
}
.BgClassName
{
background-color: #C1255B;
}
</style>
border-color css
<style>
span { border-color: #C1255B; }
span { border-color: rgb(193,37,91); }
td.TdClassName
{
border-color: #C1255B;
}
.TagClassName
{
border-color: #C1255B;
}
</style>