Shades of Old Rose #C8384D
Tints of Old Rose #C8384D
RGB
CMYK
RGB Variations
Color information
#C8384D (or 0xC8384D) is known color: Old Rose. HEX triplet: C8, 38 and 4D. RGB value is (200,56,77). Sum of RGB (Red+Green+Blue) = 200+56+77=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8384D is #37C7B2. Grayscale: #656565. Windows color (decimal): -3655603 or 5060808. OLE color: 5060808.
HSL color Cylindrical-coordinate representation of color #C8384D: hue angle of 351.25º 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 #C8384D is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 77 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.22 |
| HSL | 351.25º | 0.57% | 0.5% | - |
| HSV(B) | 351.25º | 0.72% | 0.78% | - |
| XYZ | 26.57 | 15.64 | 8.64 | - |
| YUV | 101.45 | 114.21 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 77 | 0 | 0.72 | 0.62 | 0.22 | 351.25 | 0.57 | 0.5 |
| Hex | C8 | 38 | 4D | 0 | 48 | 3E | 16 | 15F | 39 | 32 |
| Octal | 310 | 70 | 115 | 0 | 110 | 76 | 26 | 537 | 71 | 62 |
| Binary | 11001000 | 111000 | 1001101 | 0 | 1001000 | 111110 | 10110 | 101011111 | 111001 | 110010 |
Color Harmonies of #C8384D
Complementary color
Monochromatic Colors of #C8384D
Black with #C8384D
Text Example
Text Example
White with #C8384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8384D; }
p { color: rgb(200,56,77); }
H1.HeaderClassName
{
color: #C8384D;
}
.AnyTagClassName
{
color: #C8384D;
}
</style>
background-color css
<style>
a { background-color: #C8384D; }
a { background-color: rgb(200,56,77); }
div.DivClassName
{
background-color: #C8384D;
}
.BgClassName
{
background-color: #C8384D;
}
</style>
border-color css
<style>
span { border-color: #C8384D; }
span { border-color: rgb(200,56,77); }
td.TdClassName
{
border-color: #C8384D;
}
.TagClassName
{
border-color: #C8384D;
}
</style>