Shades of Old Rose #C2245C
Tints of Old Rose #C2245C
RGB
CMYK
RGB Variations
Color information
#C2245C (or 0xC2245C) is known color: Old Rose. HEX triplet: C2, 24 and 5C. RGB value is (194,36,92). Sum of RGB (Red+Green+Blue) = 194+36+92=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2245C is #3DDBA3. Grayscale: #595959. Windows color (decimal): -4053924 or 6038722. OLE color: 6038722.
HSL color Cylindrical-coordinate representation of color #C2245C: hue angle of 338.73º degrees, saturation: 0.69, 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 #C2245C is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 92 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.24 |
| HSL | 338.73º | 0.69% | 0.45% | - |
| HSV(B) | 338.73º | 0.81% | 0.76% | - |
| XYZ | 24.81 | 13.5 | 11.42 | - |
| YUV | 89.63 | 129.35 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 92 | 0 | 0.81 | 0.53 | 0.24 | 338.73 | 0.69 | 0.45 |
| Hex | C2 | 24 | 5C | 0 | 51 | 35 | 18 | 153 | 45 | 2D |
| Octal | 302 | 44 | 134 | 0 | 121 | 65 | 30 | 523 | 105 | 55 |
| Binary | 11000010 | 100100 | 1011100 | 0 | 1010001 | 110101 | 11000 | 101010011 | 1000101 | 101101 |
Color Harmonies of #C2245C
Complementary color
Monochromatic Colors of #C2245C
Black with #C2245C
Text Example
Text Example
White with #C2245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2245C; }
p { color: rgb(194,36,92); }
H1.HeaderClassName
{
color: #C2245C;
}
.AnyTagClassName
{
color: #C2245C;
}
</style>
background-color css
<style>
a { background-color: #C2245C; }
a { background-color: rgb(194,36,92); }
div.DivClassName
{
background-color: #C2245C;
}
.BgClassName
{
background-color: #C2245C;
}
</style>
border-color css
<style>
span { border-color: #C2245C; }
span { border-color: rgb(194,36,92); }
td.TdClassName
{
border-color: #C2245C;
}
.TagClassName
{
border-color: #C2245C;
}
</style>