Shades of Old Rose #C2205E
Tints of Old Rose #C2205E
RGB
CMYK
RGB Variations
Color information
#C2205E (or 0xC2205E) is known color: Old Rose. HEX triplet: C2, 20 and 5E. RGB value is (194,32,94). Sum of RGB (Red+Green+Blue) = 194+32+94=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2205E is #3DDFA1. Grayscale: #575757. Windows color (decimal): -4054946 or 6168770. OLE color: 6168770.
HSL color Cylindrical-coordinate representation of color #C2205E: hue angle of 337.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2205E is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 94 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.24 |
| HSL | 337.04º | 0.72% | 0.44% | - |
| HSV(B) | 337.04º | 0.84% | 0.76% | - |
| XYZ | 24.79 | 13.31 | 11.85 | - |
| YUV | 87.51 | 131.67 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 94 | 0 | 0.84 | 0.52 | 0.24 | 337.04 | 0.72 | 0.44 |
| Hex | C2 | 20 | 5E | 0 | 54 | 34 | 18 | 151 | 48 | 2C |
| Octal | 302 | 40 | 136 | 0 | 124 | 64 | 30 | 521 | 110 | 54 |
| Binary | 11000010 | 100000 | 1011110 | 0 | 1010100 | 110100 | 11000 | 101010001 | 1001000 | 101100 |
Color Harmonies of #C2205E
Complementary color
Monochromatic Colors of #C2205E
Black with #C2205E
Text Example
Text Example
White with #C2205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2205E; }
p { color: rgb(194,32,94); }
H1.HeaderClassName
{
color: #C2205E;
}
.AnyTagClassName
{
color: #C2205E;
}
</style>
background-color css
<style>
a { background-color: #C2205E; }
a { background-color: rgb(194,32,94); }
div.DivClassName
{
background-color: #C2205E;
}
.BgClassName
{
background-color: #C2205E;
}
</style>
border-color css
<style>
span { border-color: #C2205E; }
span { border-color: rgb(194,32,94); }
td.TdClassName
{
border-color: #C2205E;
}
.TagClassName
{
border-color: #C2205E;
}
</style>