Shades of Old Rose #C2264A
Tints of Old Rose #C2264A
RGB
CMYK
RGB Variations
Color information
#C2264A (or 0xC2264A) is known color: Old Rose. HEX triplet: C2, 26 and 4A. RGB value is (194,38,74). Sum of RGB (Red+Green+Blue) = 194+38+74=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2264A is #3DD9B5. Grayscale: #585858. Windows color (decimal): -4053430 or 4859586. OLE color: 4859586.
HSL color Cylindrical-coordinate representation of color #C2264A: hue angle of 346.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2264A is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 74 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.24 |
| HSL | 346.15º | 0.67% | 0.45% | - |
| HSV(B) | 346.15º | 0.8% | 0.76% | - |
| XYZ | 24.18 | 13.35 | 7.78 | - |
| YUV | 88.75 | 119.68 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 74 | 0 | 0.80 | 0.62 | 0.24 | 346.15 | 0.67 | 0.45 |
| Hex | C2 | 26 | 4A | 0 | 50 | 3E | 18 | 15A | 43 | 2D |
| Octal | 302 | 46 | 112 | 0 | 120 | 76 | 30 | 532 | 103 | 55 |
| Binary | 11000010 | 100110 | 1001010 | 0 | 1010000 | 111110 | 11000 | 101011010 | 1000011 | 101101 |
Color Harmonies of #C2264A
Complementary color
Monochromatic Colors of #C2264A
Black with #C2264A
Text Example
Text Example
White with #C2264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2264A; }
p { color: rgb(194,38,74); }
H1.HeaderClassName
{
color: #C2264A;
}
.AnyTagClassName
{
color: #C2264A;
}
</style>
background-color css
<style>
a { background-color: #C2264A; }
a { background-color: rgb(194,38,74); }
div.DivClassName
{
background-color: #C2264A;
}
.BgClassName
{
background-color: #C2264A;
}
</style>
border-color css
<style>
span { border-color: #C2264A; }
span { border-color: rgb(194,38,74); }
td.TdClassName
{
border-color: #C2264A;
}
.TagClassName
{
border-color: #C2264A;
}
</style>