Shades of Old Rose #C1215D
Tints of Old Rose #C1215D
RGB
CMYK
RGB Variations
Color information
#C1215D (or 0xC1215D) is known color: Old Rose. HEX triplet: C1, 21 and 5D. RGB value is (193,33,93). Sum of RGB (Red+Green+Blue) = 193+33+93=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1215D is #3EDEA2. Grayscale: #575757. Windows color (decimal): -4120227 or 6103489. OLE color: 6103489.
HSL color Cylindrical-coordinate representation of color #C1215D: hue angle of 337.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1215D is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 93 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.24 |
| HSL | 337.5º | 0.71% | 0.44% | - |
| HSV(B) | 337.5º | 0.83% | 0.76% | - |
| XYZ | 24.51 | 13.22 | 11.61 | - |
| YUV | 87.68 | 131.01 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 93 | 0 | 0.83 | 0.52 | 0.24 | 337.5 | 0.71 | 0.44 |
| Hex | C1 | 21 | 5D | 0 | 53 | 34 | 18 | 152 | 47 | 2C |
| Octal | 301 | 41 | 135 | 0 | 123 | 64 | 30 | 522 | 107 | 54 |
| Binary | 11000001 | 100001 | 1011101 | 0 | 1010011 | 110100 | 11000 | 101010010 | 1000111 | 101100 |
Color Harmonies of #C1215D
Complementary color
Monochromatic Colors of #C1215D
Black with #C1215D
Text Example
Text Example
White with #C1215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1215D; }
p { color: rgb(193,33,93); }
H1.HeaderClassName
{
color: #C1215D;
}
.AnyTagClassName
{
color: #C1215D;
}
</style>
background-color css
<style>
a { background-color: #C1215D; }
a { background-color: rgb(193,33,93); }
div.DivClassName
{
background-color: #C1215D;
}
.BgClassName
{
background-color: #C1215D;
}
</style>
border-color css
<style>
span { border-color: #C1215D; }
span { border-color: rgb(193,33,93); }
td.TdClassName
{
border-color: #C1215D;
}
.TagClassName
{
border-color: #C1215D;
}
</style>