Shades of Old Rose #C6385E
Tints of Old Rose #C6385E
RGB
CMYK
RGB Variations
Color information
#C6385E (or 0xC6385E) is known color: Old Rose. HEX triplet: C6, 38 and 5E. RGB value is (198,56,94). Sum of RGB (Red+Green+Blue) = 198+56+94=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C6385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6385E is #39C7A1. Grayscale: #666666. Windows color (decimal): -3786658 or 6174918. OLE color: 6174918.
HSL color Cylindrical-coordinate representation of color #C6385E: hue angle of 343.94º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6385E is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 94 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.22 |
| HSL | 343.94º | 0.56% | 0.5% | - |
| HSV(B) | 343.94º | 0.72% | 0.78% | - |
| XYZ | 26.72 | 15.64 | 12.2 | - |
| YUV | 102.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 94 | 0 | 0.72 | 0.53 | 0.22 | 343.94 | 0.56 | 0.5 |
| Hex | C6 | 38 | 5E | 0 | 48 | 35 | 16 | 158 | 38 | 32 |
| Octal | 306 | 70 | 136 | 0 | 110 | 65 | 26 | 530 | 70 | 62 |
| Binary | 11000110 | 111000 | 1011110 | 0 | 1001000 | 110101 | 10110 | 101011000 | 111000 | 110010 |
Color Harmonies of #C6385E
Complementary color
Monochromatic Colors of #C6385E
Black with #C6385E
Text Example
Text Example
White with #C6385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6385E; }
p { color: rgb(198,56,94); }
H1.HeaderClassName
{
color: #C6385E;
}
.AnyTagClassName
{
color: #C6385E;
}
</style>
background-color css
<style>
a { background-color: #C6385E; }
a { background-color: rgb(198,56,94); }
div.DivClassName
{
background-color: #C6385E;
}
.BgClassName
{
background-color: #C6385E;
}
</style>
border-color css
<style>
span { border-color: #C6385E; }
span { border-color: rgb(198,56,94); }
td.TdClassName
{
border-color: #C6385E;
}
.TagClassName
{
border-color: #C6385E;
}
</style>