Shades of Old Rose #C2264B
Tints of Old Rose #C2264B
RGB
CMYK
RGB Variations
Color information
#C2264B (or 0xC2264B) is known color: Old Rose. HEX triplet: C2, 26 and 4B. RGB value is (194,38,75). Sum of RGB (Red+Green+Blue) = 194+38+75=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2264B is #3DD9B4. Grayscale: #585858. Windows color (decimal): -4053429 or 4925122. OLE color: 4925122.
HSL color Cylindrical-coordinate representation of color #C2264B: hue angle of 345.77º 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 #C2264B is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 75 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.24 |
| HSL | 345.77º | 0.67% | 0.45% | - |
| HSV(B) | 345.77º | 0.8% | 0.76% | - |
| XYZ | 24.21 | 13.36 | 7.96 | - |
| YUV | 88.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 75 | 0 | 0.80 | 0.61 | 0.24 | 345.77 | 0.67 | 0.45 |
| Hex | C2 | 26 | 4B | 0 | 50 | 3D | 18 | 15A | 43 | 2D |
| Octal | 302 | 46 | 113 | 0 | 120 | 75 | 30 | 532 | 103 | 55 |
| Binary | 11000010 | 100110 | 1001011 | 0 | 1010000 | 111101 | 11000 | 101011010 | 1000011 | 101101 |
Color Harmonies of #C2264B
Complementary color
Monochromatic Colors of #C2264B
Black with #C2264B
Text Example
Text Example
White with #C2264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2264B; }
p { color: rgb(194,38,75); }
H1.HeaderClassName
{
color: #C2264B;
}
.AnyTagClassName
{
color: #C2264B;
}
</style>
background-color css
<style>
a { background-color: #C2264B; }
a { background-color: rgb(194,38,75); }
div.DivClassName
{
background-color: #C2264B;
}
.BgClassName
{
background-color: #C2264B;
}
</style>
border-color css
<style>
span { border-color: #C2264B; }
span { border-color: rgb(194,38,75); }
td.TdClassName
{
border-color: #C2264B;
}
.TagClassName
{
border-color: #C2264B;
}
</style>