Shades of Old Rose #C6414C
Tints of Old Rose #C6414C
RGB
CMYK
RGB Variations
Color information
#C6414C (or 0xC6414C) is known color: Old Rose. HEX triplet: C6, 41 and 4C. RGB value is (198,65,76). Sum of RGB (Red+Green+Blue) = 198+65+76=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6414C is #39BEB3. Grayscale: #6A6A6A. Windows color (decimal): -3784372 or 4997574. OLE color: 4997574.
HSL color Cylindrical-coordinate representation of color #C6414C: hue angle of 355.04º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6414C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 76 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.22 |
| HSL | 355.04º | 0.54% | 0.52% | - |
| HSV(B) | 355.04º | 0.67% | 0.78% | - |
| XYZ | 26.48 | 16.31 | 8.59 | - |
| YUV | 106.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 76 | 0 | 0.67 | 0.62 | 0.22 | 355.04 | 0.54 | 0.52 |
| Hex | C6 | 41 | 4C | 0 | 43 | 3E | 16 | 163 | 36 | 34 |
| Octal | 306 | 101 | 114 | 0 | 103 | 76 | 26 | 543 | 66 | 64 |
| Binary | 11000110 | 1000001 | 1001100 | 0 | 1000011 | 111110 | 10110 | 101100011 | 110110 | 110100 |
Color Harmonies of #C6414C
Complementary color
Monochromatic Colors of #C6414C
Black with #C6414C
Text Example
Text Example
White with #C6414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6414C; }
p { color: rgb(198,65,76); }
H1.HeaderClassName
{
color: #C6414C;
}
.AnyTagClassName
{
color: #C6414C;
}
</style>
background-color css
<style>
a { background-color: #C6414C; }
a { background-color: rgb(198,65,76); }
div.DivClassName
{
background-color: #C6414C;
}
.BgClassName
{
background-color: #C6414C;
}
</style>
border-color css
<style>
span { border-color: #C6414C; }
span { border-color: rgb(198,65,76); }
td.TdClassName
{
border-color: #C6414C;
}
.TagClassName
{
border-color: #C6414C;
}
</style>