Shades of Old Rose #C6404C
Tints of Old Rose #C6404C
RGB
CMYK
RGB Variations
Color information
#C6404C (or 0xC6404C) is known color: Old Rose. HEX triplet: C6, 40 and 4C. RGB value is (198,64,76). Sum of RGB (Red+Green+Blue) = 198+64+76=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C6404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6404C is #39BFB3. Grayscale: #696969. Windows color (decimal): -3784628 or 4997318. OLE color: 4997318.
HSL color Cylindrical-coordinate representation of color #C6404C: hue angle of 354.63º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6404C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 76 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.22 |
| HSL | 354.63º | 0.54% | 0.51% | - |
| HSV(B) | 354.63º | 0.68% | 0.78% | - |
| XYZ | 26.43 | 16.19 | 8.57 | - |
| YUV | 105.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 76 | 0 | 0.68 | 0.62 | 0.22 | 354.63 | 0.54 | 0.51 |
| Hex | C6 | 40 | 4C | 0 | 44 | 3E | 16 | 163 | 36 | 33 |
| Octal | 306 | 100 | 114 | 0 | 104 | 76 | 26 | 543 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1001100 | 0 | 1000100 | 111110 | 10110 | 101100011 | 110110 | 110011 |
Color Harmonies of #C6404C
Complementary color
Monochromatic Colors of #C6404C
Black with #C6404C
Text Example
Text Example
White with #C6404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6404C; }
p { color: rgb(198,64,76); }
H1.HeaderClassName
{
color: #C6404C;
}
.AnyTagClassName
{
color: #C6404C;
}
</style>
background-color css
<style>
a { background-color: #C6404C; }
a { background-color: rgb(198,64,76); }
div.DivClassName
{
background-color: #C6404C;
}
.BgClassName
{
background-color: #C6404C;
}
</style>
border-color css
<style>
span { border-color: #C6404C; }
span { border-color: rgb(198,64,76); }
td.TdClassName
{
border-color: #C6404C;
}
.TagClassName
{
border-color: #C6404C;
}
</style>