Shades of Old Rose #C2264C
Tints of Old Rose #C2264C
RGB
CMYK
RGB Variations
Color information
#C2264C (or 0xC2264C) is known color: Old Rose. HEX triplet: C2, 26 and 4C. RGB value is (194,38,76). Sum of RGB (Red+Green+Blue) = 194+38+76=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2264C is #3DD9B3. Grayscale: #585858. Windows color (decimal): -4053428 or 4990658. OLE color: 4990658.
HSL color Cylindrical-coordinate representation of color #C2264C: hue angle of 345.38º 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 #C2264C is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 76 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.24 |
| HSL | 345.38º | 0.67% | 0.45% | - |
| HSV(B) | 345.38º | 0.8% | 0.76% | - |
| XYZ | 24.25 | 13.38 | 8.14 | - |
| YUV | 88.98 | 120.68 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 76 | 0 | 0.80 | 0.61 | 0.24 | 345.38 | 0.67 | 0.45 |
| Hex | C2 | 26 | 4C | 0 | 50 | 3D | 18 | 159 | 43 | 2D |
| Octal | 302 | 46 | 114 | 0 | 120 | 75 | 30 | 531 | 103 | 55 |
| Binary | 11000010 | 100110 | 1001100 | 0 | 1010000 | 111101 | 11000 | 101011001 | 1000011 | 101101 |
Color Harmonies of #C2264C
Complementary color
Monochromatic Colors of #C2264C
Black with #C2264C
Text Example
Text Example
White with #C2264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2264C; }
p { color: rgb(194,38,76); }
H1.HeaderClassName
{
color: #C2264C;
}
.AnyTagClassName
{
color: #C2264C;
}
</style>
background-color css
<style>
a { background-color: #C2264C; }
a { background-color: rgb(194,38,76); }
div.DivClassName
{
background-color: #C2264C;
}
.BgClassName
{
background-color: #C2264C;
}
</style>
border-color css
<style>
span { border-color: #C2264C; }
span { border-color: rgb(194,38,76); }
td.TdClassName
{
border-color: #C2264C;
}
.TagClassName
{
border-color: #C2264C;
}
</style>