Shades of Old Rose #C1245A
Tints of Old Rose #C1245A
RGB
CMYK
RGB Variations
Color information
#C1245A (or 0xC1245A) is known color: Old Rose. HEX triplet: C1, 24 and 5A. RGB value is (193,36,90). Sum of RGB (Red+Green+Blue) = 193+36+90=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1245A is #3EDBA5. Grayscale: #595959. Windows color (decimal): -4119462 or 5907649. OLE color: 5907649.
HSL color Cylindrical-coordinate representation of color #C1245A: hue angle of 339.36º 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 #C1245A is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 36 | 90 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.24 |
| HSL | 339.36º | 0.69% | 0.45% | - |
| HSV(B) | 339.36º | 0.81% | 0.76% | - |
| XYZ | 24.47 | 13.34 | 10.96 | - |
| YUV | 89.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 90 | 0 | 0.81 | 0.53 | 0.24 | 339.36 | 0.69 | 0.45 |
| Hex | C1 | 24 | 5A | 0 | 51 | 35 | 18 | 153 | 45 | 2D |
| Octal | 301 | 44 | 132 | 0 | 121 | 65 | 30 | 523 | 105 | 55 |
| Binary | 11000001 | 100100 | 1011010 | 0 | 1010001 | 110101 | 11000 | 101010011 | 1000101 | 101101 |
Color Harmonies of #C1245A
Complementary color
Monochromatic Colors of #C1245A
Black with #C1245A
Text Example
Text Example
White with #C1245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1245A; }
p { color: rgb(193,36,90); }
H1.HeaderClassName
{
color: #C1245A;
}
.AnyTagClassName
{
color: #C1245A;
}
</style>
background-color css
<style>
a { background-color: #C1245A; }
a { background-color: rgb(193,36,90); }
div.DivClassName
{
background-color: #C1245A;
}
.BgClassName
{
background-color: #C1245A;
}
</style>
border-color css
<style>
span { border-color: #C1245A; }
span { border-color: rgb(193,36,90); }
td.TdClassName
{
border-color: #C1245A;
}
.TagClassName
{
border-color: #C1245A;
}
</style>