Shades of Old Rose #C2315C
Tints of Old Rose #C2315C
RGB
CMYK
RGB Variations
Color information
#C2315C (or 0xC2315C) is known color: Old Rose. HEX triplet: C2, 31 and 5C. RGB value is (194,49,92). Sum of RGB (Red+Green+Blue) = 194+49+92=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2315C is #3DCEA3. Grayscale: #616161. Windows color (decimal): -4050596 or 6042050. OLE color: 6042050.
HSL color Cylindrical-coordinate representation of color #C2315C: hue angle of 342.21º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2315C is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 92 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.24 |
| HSL | 342.21º | 0.6% | 0.48% | - |
| HSV(B) | 342.21º | 0.75% | 0.76% | - |
| XYZ | 25.28 | 14.44 | 11.58 | - |
| YUV | 97.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 92 | 0 | 0.75 | 0.53 | 0.24 | 342.21 | 0.6 | 0.48 |
| Hex | C2 | 31 | 5C | 0 | 4B | 35 | 18 | 156 | 3C | 30 |
| Octal | 302 | 61 | 134 | 0 | 113 | 65 | 30 | 526 | 74 | 60 |
| Binary | 11000010 | 110001 | 1011100 | 0 | 1001011 | 110101 | 11000 | 101010110 | 111100 | 110000 |
Color Harmonies of #C2315C
Complementary color
Monochromatic Colors of #C2315C
Black with #C2315C
Text Example
Text Example
White with #C2315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2315C; }
p { color: rgb(194,49,92); }
H1.HeaderClassName
{
color: #C2315C;
}
.AnyTagClassName
{
color: #C2315C;
}
</style>
background-color css
<style>
a { background-color: #C2315C; }
a { background-color: rgb(194,49,92); }
div.DivClassName
{
background-color: #C2315C;
}
.BgClassName
{
background-color: #C2315C;
}
</style>
border-color css
<style>
span { border-color: #C2315C; }
span { border-color: rgb(194,49,92); }
td.TdClassName
{
border-color: #C2315C;
}
.TagClassName
{
border-color: #C2315C;
}
</style>