Shades of Old Rose #C6264F
Tints of Old Rose #C6264F
RGB
CMYK
RGB Variations
Color information
#C6264F (or 0xC6264F) is known color: Old Rose. HEX triplet: C6, 26 and 4F. RGB value is (198,38,79). Sum of RGB (Red+Green+Blue) = 198+38+79=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C6264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6264F is #39D9B0. Grayscale: #5A5A5A. Windows color (decimal): -3791281 or 5187270. OLE color: 5187270.
HSL color Cylindrical-coordinate representation of color #C6264F: hue angle of 344.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6264F is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 79 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.22 |
| HSL | 344.63º | 0.68% | 0.46% | - |
| HSV(B) | 344.63º | 0.81% | 0.78% | - |
| XYZ | 25.39 | 13.96 | 8.75 | - |
| YUV | 90.51 | 121.51 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 79 | 0 | 0.81 | 0.60 | 0.22 | 344.63 | 0.68 | 0.46 |
| Hex | C6 | 26 | 4F | 0 | 51 | 3C | 16 | 159 | 44 | 2E |
| Octal | 306 | 46 | 117 | 0 | 121 | 74 | 26 | 531 | 104 | 56 |
| Binary | 11000110 | 100110 | 1001111 | 0 | 1010001 | 111100 | 10110 | 101011001 | 1000100 | 101110 |
Color Harmonies of #C6264F
Complementary color
Monochromatic Colors of #C6264F
Black with #C6264F
Text Example
Text Example
White with #C6264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6264F; }
p { color: rgb(198,38,79); }
H1.HeaderClassName
{
color: #C6264F;
}
.AnyTagClassName
{
color: #C6264F;
}
</style>
background-color css
<style>
a { background-color: #C6264F; }
a { background-color: rgb(198,38,79); }
div.DivClassName
{
background-color: #C6264F;
}
.BgClassName
{
background-color: #C6264F;
}
</style>
border-color css
<style>
span { border-color: #C6264F; }
span { border-color: rgb(198,38,79); }
td.TdClassName
{
border-color: #C6264F;
}
.TagClassName
{
border-color: #C6264F;
}
</style>