Shades of Old Rose #C2254D
Tints of Old Rose #C2254D
RGB
CMYK
RGB Variations
Color information
#C2254D (or 0xC2254D) is known color: Old Rose. HEX triplet: C2, 25 and 4D. RGB value is (194,37,77). Sum of RGB (Red+Green+Blue) = 194+37+77=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2254D is #3DDAB2. Grayscale: #585858. Windows color (decimal): -4053683 or 5055938. OLE color: 5055938.
HSL color Cylindrical-coordinate representation of color #C2254D: hue angle of 344.71º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2254D is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 77 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.24 |
| HSL | 344.71º | 0.68% | 0.45% | - |
| HSV(B) | 344.71º | 0.81% | 0.76% | - |
| XYZ | 24.25 | 13.33 | 8.32 | - |
| YUV | 88.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 77 | 0 | 0.81 | 0.60 | 0.24 | 344.71 | 0.68 | 0.45 |
| Hex | C2 | 25 | 4D | 0 | 51 | 3C | 18 | 159 | 44 | 2D |
| Octal | 302 | 45 | 115 | 0 | 121 | 74 | 30 | 531 | 104 | 55 |
| Binary | 11000010 | 100101 | 1001101 | 0 | 1010001 | 111100 | 11000 | 101011001 | 1000100 | 101101 |
Color Harmonies of #C2254D
Complementary color
Monochromatic Colors of #C2254D
Black with #C2254D
Text Example
Text Example
White with #C2254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2254D; }
p { color: rgb(194,37,77); }
H1.HeaderClassName
{
color: #C2254D;
}
.AnyTagClassName
{
color: #C2254D;
}
</style>
background-color css
<style>
a { background-color: #C2254D; }
a { background-color: rgb(194,37,77); }
div.DivClassName
{
background-color: #C2254D;
}
.BgClassName
{
background-color: #C2254D;
}
</style>
border-color css
<style>
span { border-color: #C2254D; }
span { border-color: rgb(194,37,77); }
td.TdClassName
{
border-color: #C2254D;
}
.TagClassName
{
border-color: #C2254D;
}
</style>