Shades of Old Rose #C2195C
Tints of Old Rose #C2195C
RGB
CMYK
RGB Variations
Color information
#C2195C (or 0xC2195C) is known color: Old Rose. HEX triplet: C2, 19 and 5C. RGB value is (194,25,92). Sum of RGB (Red+Green+Blue) = 194+25+92=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C2195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2195C is #3DE6A3. Grayscale: #535353. Windows color (decimal): -4056740 or 6035906. OLE color: 6035906.
HSL color Cylindrical-coordinate representation of color #C2195C: hue angle of 336.21º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2195C is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 92 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.24 |
| HSL | 336.21º | 0.77% | 0.43% | - |
| HSV(B) | 336.21º | 0.87% | 0.76% | - |
| XYZ | 24.53 | 12.94 | 11.33 | - |
| YUV | 83.17 | 132.99 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 92 | 0 | 0.87 | 0.53 | 0.24 | 336.21 | 0.77 | 0.43 |
| Hex | C2 | 19 | 5C | 0 | 57 | 35 | 18 | 150 | 4D | 2B |
| Octal | 302 | 31 | 134 | 0 | 127 | 65 | 30 | 520 | 115 | 53 |
| Binary | 11000010 | 11001 | 1011100 | 0 | 1010111 | 110101 | 11000 | 101010000 | 1001101 | 101011 |
Color Harmonies of #C2195C
Complementary color
Monochromatic Colors of #C2195C
Black with #C2195C
Text Example
Text Example
White with #C2195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2195C; }
p { color: rgb(194,25,92); }
H1.HeaderClassName
{
color: #C2195C;
}
.AnyTagClassName
{
color: #C2195C;
}
</style>
background-color css
<style>
a { background-color: #C2195C; }
a { background-color: rgb(194,25,92); }
div.DivClassName
{
background-color: #C2195C;
}
.BgClassName
{
background-color: #C2195C;
}
</style>
border-color css
<style>
span { border-color: #C2195C; }
span { border-color: rgb(194,25,92); }
td.TdClassName
{
border-color: #C2195C;
}
.TagClassName
{
border-color: #C2195C;
}
</style>