Shades of Old Rose #C6264A
Tints of Old Rose #C6264A
RGB
CMYK
RGB Variations
Color information
#C6264A (or 0xC6264A) is known color: Old Rose. HEX triplet: C6, 26 and 4A. RGB value is (198,38,74). Sum of RGB (Red+Green+Blue) = 198+38+74=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6264A is #39D9B5. Grayscale: #595959. Windows color (decimal): -3791286 or 4859590. OLE color: 4859590.
HSL color Cylindrical-coordinate representation of color #C6264A: hue angle of 346.5º 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 #C6264A is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 74 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.22 |
| HSL | 346.5º | 0.68% | 0.46% | - |
| HSV(B) | 346.5º | 0.81% | 0.78% | - |
| XYZ | 25.22 | 13.89 | 7.83 | - |
| YUV | 89.94 | 119.01 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 74 | 0 | 0.81 | 0.63 | 0.22 | 346.5 | 0.68 | 0.46 |
| Hex | C6 | 26 | 4A | 0 | 51 | 3F | 16 | 15A | 44 | 2E |
| Octal | 306 | 46 | 112 | 0 | 121 | 77 | 26 | 532 | 104 | 56 |
| Binary | 11000110 | 100110 | 1001010 | 0 | 1010001 | 111111 | 10110 | 101011010 | 1000100 | 101110 |
Color Harmonies of #C6264A
Complementary color
Monochromatic Colors of #C6264A
Black with #C6264A
Text Example
Text Example
White with #C6264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6264A; }
p { color: rgb(198,38,74); }
H1.HeaderClassName
{
color: #C6264A;
}
.AnyTagClassName
{
color: #C6264A;
}
</style>
background-color css
<style>
a { background-color: #C6264A; }
a { background-color: rgb(198,38,74); }
div.DivClassName
{
background-color: #C6264A;
}
.BgClassName
{
background-color: #C6264A;
}
</style>
border-color css
<style>
span { border-color: #C6264A; }
span { border-color: rgb(198,38,74); }
td.TdClassName
{
border-color: #C6264A;
}
.TagClassName
{
border-color: #C6264A;
}
</style>