Shades of Old Rose #C1325D
Tints of Old Rose #C1325D
RGB
CMYK
RGB Variations
Color information
#C1325D (or 0xC1325D) is known color: Old Rose. HEX triplet: C1, 32 and 5D. RGB value is (193,50,93). Sum of RGB (Red+Green+Blue) = 193+50+93=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1325D is #3ECDA2. Grayscale: #616161. Windows color (decimal): -4115875 or 6107841. OLE color: 6107841.
HSL color Cylindrical-coordinate representation of color #C1325D: hue angle of 341.96º 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 #C1325D is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 93 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.24 |
| HSL | 341.96º | 0.59% | 0.48% | - |
| HSV(B) | 341.96º | 0.74% | 0.76% | - |
| XYZ | 25.11 | 14.41 | 11.81 | - |
| YUV | 97.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 93 | 0 | 0.74 | 0.52 | 0.24 | 341.96 | 0.59 | 0.48 |
| Hex | C1 | 32 | 5D | 0 | 4A | 34 | 18 | 156 | 3B | 30 |
| Octal | 301 | 62 | 135 | 0 | 112 | 64 | 30 | 526 | 73 | 60 |
| Binary | 11000001 | 110010 | 1011101 | 0 | 1001010 | 110100 | 11000 | 101010110 | 111011 | 110000 |
Color Harmonies of #C1325D
Complementary color
Monochromatic Colors of #C1325D
Black with #C1325D
Text Example
Text Example
White with #C1325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1325D; }
p { color: rgb(193,50,93); }
H1.HeaderClassName
{
color: #C1325D;
}
.AnyTagClassName
{
color: #C1325D;
}
</style>
background-color css
<style>
a { background-color: #C1325D; }
a { background-color: rgb(193,50,93); }
div.DivClassName
{
background-color: #C1325D;
}
.BgClassName
{
background-color: #C1325D;
}
</style>
border-color css
<style>
span { border-color: #C1325D; }
span { border-color: rgb(193,50,93); }
td.TdClassName
{
border-color: #C1325D;
}
.TagClassName
{
border-color: #C1325D;
}
</style>