Shades of Old Rose #C0385D
Tints of Old Rose #C0385D
RGB
CMYK
RGB Variations
Color information
#C0385D (or 0xC0385D) is known color: Old Rose. HEX triplet: C0, 38 and 5D. RGB value is (192,56,93). Sum of RGB (Red+Green+Blue) = 192+56+93=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0385D is #3FC7A2. Grayscale: #646464. Windows color (decimal): -4179875 or 6109376. OLE color: 6109376.
HSL color Cylindrical-coordinate representation of color #C0385D: hue angle of 343.68º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0385D is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 93 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.25 |
| HSL | 343.68º | 0.55% | 0.49% | - |
| HSV(B) | 343.68º | 0.71% | 0.75% | - |
| XYZ | 25.13 | 14.83 | 11.89 | - |
| YUV | 100.88 | 123.56 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 93 | 0 | 0.71 | 0.52 | 0.25 | 343.68 | 0.55 | 0.49 |
| Hex | C0 | 38 | 5D | 0 | 47 | 34 | 19 | 158 | 37 | 31 |
| Octal | 300 | 70 | 135 | 0 | 107 | 64 | 31 | 530 | 67 | 61 |
| Binary | 11000000 | 111000 | 1011101 | 0 | 1000111 | 110100 | 11001 | 101011000 | 110111 | 110001 |
Color Harmonies of #C0385D
Complementary color
Monochromatic Colors of #C0385D
Black with #C0385D
Text Example
Text Example
White with #C0385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0385D; }
p { color: rgb(192,56,93); }
H1.HeaderClassName
{
color: #C0385D;
}
.AnyTagClassName
{
color: #C0385D;
}
</style>
background-color css
<style>
a { background-color: #C0385D; }
a { background-color: rgb(192,56,93); }
div.DivClassName
{
background-color: #C0385D;
}
.BgClassName
{
background-color: #C0385D;
}
</style>
border-color css
<style>
span { border-color: #C0385D; }
span { border-color: rgb(192,56,93); }
td.TdClassName
{
border-color: #C0385D;
}
.TagClassName
{
border-color: #C0385D;
}
</style>