Shades of Old Rose #C8385E
Tints of Old Rose #C8385E
RGB
CMYK
RGB Variations
Color information
#C8385E (or 0xC8385E) is known color: Old Rose. HEX triplet: C8, 38 and 5E. RGB value is (200,56,94). Sum of RGB (Red+Green+Blue) = 200+56+94=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8385E is #37C7A1. Grayscale: #676767. Windows color (decimal): -3655586 or 6174920. OLE color: 6174920.
HSL color Cylindrical-coordinate representation of color #C8385E: hue angle of 344.17º 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 #C8385E is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 94 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.22 |
| HSL | 344.17º | 0.57% | 0.5% | - |
| HSV(B) | 344.17º | 0.72% | 0.78% | - |
| XYZ | 27.25 | 15.92 | 12.23 | - |
| YUV | 103.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 94 | 0 | 0.72 | 0.53 | 0.22 | 344.17 | 0.57 | 0.5 |
| Hex | C8 | 38 | 5E | 0 | 48 | 35 | 16 | 158 | 39 | 32 |
| Octal | 310 | 70 | 136 | 0 | 110 | 65 | 26 | 530 | 71 | 62 |
| Binary | 11001000 | 111000 | 1011110 | 0 | 1001000 | 110101 | 10110 | 101011000 | 111001 | 110010 |
Color Harmonies of #C8385E
Complementary color
Monochromatic Colors of #C8385E
Black with #C8385E
Text Example
Text Example
White with #C8385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8385E; }
p { color: rgb(200,56,94); }
H1.HeaderClassName
{
color: #C8385E;
}
.AnyTagClassName
{
color: #C8385E;
}
</style>
background-color css
<style>
a { background-color: #C8385E; }
a { background-color: rgb(200,56,94); }
div.DivClassName
{
background-color: #C8385E;
}
.BgClassName
{
background-color: #C8385E;
}
</style>
border-color css
<style>
span { border-color: #C8385E; }
span { border-color: rgb(200,56,94); }
td.TdClassName
{
border-color: #C8385E;
}
.TagClassName
{
border-color: #C8385E;
}
</style>