Shades of Old Rose #C8385D
Tints of Old Rose #C8385D
RGB
CMYK
RGB Variations
Color information
#C8385D (or 0xC8385D) is known color: Old Rose. HEX triplet: C8, 38 and 5D. RGB value is (200,56,93). Sum of RGB (Red+Green+Blue) = 200+56+93=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C8385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8385D is #37C7A2. Grayscale: #676767. Windows color (decimal): -3655587 or 6109384. OLE color: 6109384.
HSL color Cylindrical-coordinate representation of color #C8385D: hue angle of 344.58º degrees, saturation: 0.57, 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 #C8385D is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 93 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.22 |
| HSL | 344.58º | 0.57% | 0.5% | - |
| HSV(B) | 344.58º | 0.72% | 0.78% | - |
| XYZ | 27.21 | 15.9 | 11.99 | - |
| YUV | 103.27 | 122.21 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 93 | 0 | 0.72 | 0.54 | 0.22 | 344.58 | 0.57 | 0.5 |
| Hex | C8 | 38 | 5D | 0 | 48 | 36 | 16 | 159 | 39 | 32 |
| Octal | 310 | 70 | 135 | 0 | 110 | 66 | 26 | 531 | 71 | 62 |
| Binary | 11001000 | 111000 | 1011101 | 0 | 1001000 | 110110 | 10110 | 101011001 | 111001 | 110010 |
Color Harmonies of #C8385D
Complementary color
Monochromatic Colors of #C8385D
Black with #C8385D
Text Example
Text Example
White with #C8385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8385D; }
p { color: rgb(200,56,93); }
H1.HeaderClassName
{
color: #C8385D;
}
.AnyTagClassName
{
color: #C8385D;
}
</style>
background-color css
<style>
a { background-color: #C8385D; }
a { background-color: rgb(200,56,93); }
div.DivClassName
{
background-color: #C8385D;
}
.BgClassName
{
background-color: #C8385D;
}
</style>
border-color css
<style>
span { border-color: #C8385D; }
span { border-color: rgb(200,56,93); }
td.TdClassName
{
border-color: #C8385D;
}
.TagClassName
{
border-color: #C8385D;
}
</style>