Shades of Old Rose #C1325F
Tints of Old Rose #C1325F
RGB
CMYK
RGB Variations
Color information
#C1325F (or 0xC1325F) is known color: Old Rose. HEX triplet: C1, 32 and 5F. RGB value is (193,50,95). Sum of RGB (Red+Green+Blue) = 193+50+95=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1325F is #3ECDA0. Grayscale: #616161. Windows color (decimal): -4115873 or 6238913. OLE color: 6238913.
HSL color Cylindrical-coordinate representation of color #C1325F: hue angle of 341.12º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1325F is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 95 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.24 |
| HSL | 341.12º | 0.59% | 0.48% | - |
| HSV(B) | 341.12º | 0.74% | 0.76% | - |
| XYZ | 25.2 | 14.44 | 12.29 | - |
| YUV | 97.89 | 126.38 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 95 | 0 | 0.74 | 0.51 | 0.24 | 341.12 | 0.59 | 0.48 |
| Hex | C1 | 32 | 5F | 0 | 4A | 33 | 18 | 155 | 3B | 30 |
| Octal | 301 | 62 | 137 | 0 | 112 | 63 | 30 | 525 | 73 | 60 |
| Binary | 11000001 | 110010 | 1011111 | 0 | 1001010 | 110011 | 11000 | 101010101 | 111011 | 110000 |
Color Harmonies of #C1325F
Complementary color
Monochromatic Colors of #C1325F
Black with #C1325F
Text Example
Text Example
White with #C1325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1325F; }
p { color: rgb(193,50,95); }
H1.HeaderClassName
{
color: #C1325F;
}
.AnyTagClassName
{
color: #C1325F;
}
</style>
background-color css
<style>
a { background-color: #C1325F; }
a { background-color: rgb(193,50,95); }
div.DivClassName
{
background-color: #C1325F;
}
.BgClassName
{
background-color: #C1325F;
}
</style>
border-color css
<style>
span { border-color: #C1325F; }
span { border-color: rgb(193,50,95); }
td.TdClassName
{
border-color: #C1325F;
}
.TagClassName
{
border-color: #C1325F;
}
</style>