Shades of Old Rose #C6394F
Tints of Old Rose #C6394F
RGB
CMYK
RGB Variations
Color information
#C6394F (or 0xC6394F) is known color: Old Rose. HEX triplet: C6, 39 and 4F. RGB value is (198,57,79). Sum of RGB (Red+Green+Blue) = 198+57+79=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C6394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6394F is #39C6B0. Grayscale: #656565. Windows color (decimal): -3786417 or 5192134. OLE color: 5192134.
HSL color Cylindrical-coordinate representation of color #C6394F: hue angle of 350.64º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6394F is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 79 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.22 |
| HSL | 350.64º | 0.55% | 0.5% | - |
| HSV(B) | 350.64º | 0.71% | 0.78% | - |
| XYZ | 26.16 | 15.5 | 9.01 | - |
| YUV | 101.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 79 | 0 | 0.71 | 0.60 | 0.22 | 350.64 | 0.55 | 0.5 |
| Hex | C6 | 39 | 4F | 0 | 47 | 3C | 16 | 15F | 37 | 32 |
| Octal | 306 | 71 | 117 | 0 | 107 | 74 | 26 | 537 | 67 | 62 |
| Binary | 11000110 | 111001 | 1001111 | 0 | 1000111 | 111100 | 10110 | 101011111 | 110111 | 110010 |
Color Harmonies of #C6394F
Complementary color
Monochromatic Colors of #C6394F
Black with #C6394F
Text Example
Text Example
White with #C6394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6394F; }
p { color: rgb(198,57,79); }
H1.HeaderClassName
{
color: #C6394F;
}
.AnyTagClassName
{
color: #C6394F;
}
</style>
background-color css
<style>
a { background-color: #C6394F; }
a { background-color: rgb(198,57,79); }
div.DivClassName
{
background-color: #C6394F;
}
.BgClassName
{
background-color: #C6394F;
}
</style>
border-color css
<style>
span { border-color: #C6394F; }
span { border-color: rgb(198,57,79); }
td.TdClassName
{
border-color: #C6394F;
}
.TagClassName
{
border-color: #C6394F;
}
</style>