Shades of Old Rose #C1245B
Tints of Old Rose #C1245B
RGB
CMYK
RGB Variations
Color information
#C1245B (or 0xC1245B) is known color: Old Rose. HEX triplet: C1, 24 and 5B. RGB value is (193,36,91). Sum of RGB (Red+Green+Blue) = 193+36+91=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1245B is #3EDBA4. Grayscale: #595959. Windows color (decimal): -4119461 or 5973185. OLE color: 5973185.
HSL color Cylindrical-coordinate representation of color #C1245B: hue angle of 338.98º degrees, saturation: 0.69, 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 #C1245B is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 36 | 91 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.24 |
| HSL | 338.98º | 0.69% | 0.45% | - |
| HSV(B) | 338.98º | 0.81% | 0.76% | - |
| XYZ | 24.51 | 13.35 | 11.18 | - |
| YUV | 89.21 | 129.01 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 91 | 0 | 0.81 | 0.53 | 0.24 | 338.98 | 0.69 | 0.45 |
| Hex | C1 | 24 | 5B | 0 | 51 | 35 | 18 | 153 | 45 | 2D |
| Octal | 301 | 44 | 133 | 0 | 121 | 65 | 30 | 523 | 105 | 55 |
| Binary | 11000001 | 100100 | 1011011 | 0 | 1010001 | 110101 | 11000 | 101010011 | 1000101 | 101101 |
Color Harmonies of #C1245B
Complementary color
Monochromatic Colors of #C1245B
Black with #C1245B
Text Example
Text Example
White with #C1245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1245B; }
p { color: rgb(193,36,91); }
H1.HeaderClassName
{
color: #C1245B;
}
.AnyTagClassName
{
color: #C1245B;
}
</style>
background-color css
<style>
a { background-color: #C1245B; }
a { background-color: rgb(193,36,91); }
div.DivClassName
{
background-color: #C1245B;
}
.BgClassName
{
background-color: #C1245B;
}
</style>
border-color css
<style>
span { border-color: #C1245B; }
span { border-color: rgb(193,36,91); }
td.TdClassName
{
border-color: #C1245B;
}
.TagClassName
{
border-color: #C1245B;
}
</style>