Shades of Old Rose #C6385D
Tints of Old Rose #C6385D
RGB
CMYK
RGB Variations
Color information
#C6385D (or 0xC6385D) is known color: Old Rose. HEX triplet: C6, 38 and 5D. RGB value is (198,56,93). Sum of RGB (Red+Green+Blue) = 198+56+93=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6385D is #39C7A2. Grayscale: #666666. Windows color (decimal): -3786659 or 6109382. OLE color: 6109382.
HSL color Cylindrical-coordinate representation of color #C6385D: hue angle of 344.37º 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 #C6385D is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 93 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.22 |
| HSL | 344.37º | 0.56% | 0.5% | - |
| HSV(B) | 344.37º | 0.72% | 0.78% | - |
| XYZ | 26.68 | 15.62 | 11.97 | - |
| YUV | 102.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 93 | 0 | 0.72 | 0.53 | 0.22 | 344.37 | 0.56 | 0.5 |
| Hex | C6 | 38 | 5D | 0 | 48 | 35 | 16 | 158 | 38 | 32 |
| Octal | 306 | 70 | 135 | 0 | 110 | 65 | 26 | 530 | 70 | 62 |
| Binary | 11000110 | 111000 | 1011101 | 0 | 1001000 | 110101 | 10110 | 101011000 | 111000 | 110010 |
Color Harmonies of #C6385D
Complementary color
Monochromatic Colors of #C6385D
Black with #C6385D
Text Example
Text Example
White with #C6385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6385D; }
p { color: rgb(198,56,93); }
H1.HeaderClassName
{
color: #C6385D;
}
.AnyTagClassName
{
color: #C6385D;
}
</style>
background-color css
<style>
a { background-color: #C6385D; }
a { background-color: rgb(198,56,93); }
div.DivClassName
{
background-color: #C6385D;
}
.BgClassName
{
background-color: #C6385D;
}
</style>
border-color css
<style>
span { border-color: #C6385D; }
span { border-color: rgb(198,56,93); }
td.TdClassName
{
border-color: #C6385D;
}
.TagClassName
{
border-color: #C6385D;
}
</style>