Shades of Old Rose #C1245D
Tints of Old Rose #C1245D
RGB
CMYK
RGB Variations
Color information
#C1245D (or 0xC1245D) is known color: Old Rose. HEX triplet: C1, 24 and 5D. RGB value is (193,36,93). Sum of RGB (Red+Green+Blue) = 193+36+93=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1245D is #3EDBA2. Grayscale: #595959. Windows color (decimal): -4119459 or 6104257. OLE color: 6104257.
HSL color Cylindrical-coordinate representation of color #C1245D: hue angle of 338.22º 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 #C1245D is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 36 | 93 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.24 |
| HSL | 338.22º | 0.69% | 0.45% | - |
| HSV(B) | 338.22º | 0.81% | 0.76% | - |
| XYZ | 24.6 | 13.39 | 11.64 | - |
| YUV | 89.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 93 | 0 | 0.81 | 0.52 | 0.24 | 338.22 | 0.69 | 0.45 |
| Hex | C1 | 24 | 5D | 0 | 51 | 34 | 18 | 152 | 45 | 2D |
| Octal | 301 | 44 | 135 | 0 | 121 | 64 | 30 | 522 | 105 | 55 |
| Binary | 11000001 | 100100 | 1011101 | 0 | 1010001 | 110100 | 11000 | 101010010 | 1000101 | 101101 |
Color Harmonies of #C1245D
Complementary color
Monochromatic Colors of #C1245D
Black with #C1245D
Text Example
Text Example
White with #C1245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1245D; }
p { color: rgb(193,36,93); }
H1.HeaderClassName
{
color: #C1245D;
}
.AnyTagClassName
{
color: #C1245D;
}
</style>
background-color css
<style>
a { background-color: #C1245D; }
a { background-color: rgb(193,36,93); }
div.DivClassName
{
background-color: #C1245D;
}
.BgClassName
{
background-color: #C1245D;
}
</style>
border-color css
<style>
span { border-color: #C1245D; }
span { border-color: rgb(193,36,93); }
td.TdClassName
{
border-color: #C1245D;
}
.TagClassName
{
border-color: #C1245D;
}
</style>