Shades of Old Rose #C8384E
Tints of Old Rose #C8384E
RGB
CMYK
RGB Variations
Color information
#C8384E (or 0xC8384E) is known color: Old Rose. HEX triplet: C8, 38 and 4E. RGB value is (200,56,78). Sum of RGB (Red+Green+Blue) = 200+56+78=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C8384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8384E is #37C7B1. Grayscale: #656565. Windows color (decimal): -3655602 or 5126344. OLE color: 5126344.
HSL color Cylindrical-coordinate representation of color #C8384E: hue angle of 350.83º 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 #C8384E is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 78 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.22 |
| HSL | 350.83º | 0.57% | 0.5% | - |
| HSV(B) | 350.83º | 0.72% | 0.78% | - |
| XYZ | 26.61 | 15.66 | 8.83 | - |
| YUV | 101.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 78 | 0 | 0.72 | 0.61 | 0.22 | 350.83 | 0.57 | 0.5 |
| Hex | C8 | 38 | 4E | 0 | 48 | 3D | 16 | 15F | 39 | 32 |
| Octal | 310 | 70 | 116 | 0 | 110 | 75 | 26 | 537 | 71 | 62 |
| Binary | 11001000 | 111000 | 1001110 | 0 | 1001000 | 111101 | 10110 | 101011111 | 111001 | 110010 |
Color Harmonies of #C8384E
Complementary color
Monochromatic Colors of #C8384E
Black with #C8384E
Text Example
Text Example
White with #C8384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8384E; }
p { color: rgb(200,56,78); }
H1.HeaderClassName
{
color: #C8384E;
}
.AnyTagClassName
{
color: #C8384E;
}
</style>
background-color css
<style>
a { background-color: #C8384E; }
a { background-color: rgb(200,56,78); }
div.DivClassName
{
background-color: #C8384E;
}
.BgClassName
{
background-color: #C8384E;
}
</style>
border-color css
<style>
span { border-color: #C8384E; }
span { border-color: rgb(200,56,78); }
td.TdClassName
{
border-color: #C8384E;
}
.TagClassName
{
border-color: #C8384E;
}
</style>