Shades of Old Rose #C8364D
Tints of Old Rose #C8364D
RGB
CMYK
RGB Variations
Color information
#C8364D (or 0xC8364D) is known color: Old Rose. HEX triplet: C8, 36 and 4D. RGB value is (200,54,77). Sum of RGB (Red+Green+Blue) = 200+54+77=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8364D is #37C9B2. Grayscale: #646464. Windows color (decimal): -3656115 or 5060296. OLE color: 5060296.
HSL color Cylindrical-coordinate representation of color #C8364D: hue angle of 350.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8364D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 77 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.22 |
| HSL | 350.55º | 0.57% | 0.5% | - |
| HSV(B) | 350.55º | 0.73% | 0.78% | - |
| XYZ | 26.48 | 15.45 | 8.61 | - |
| YUV | 100.28 | 114.87 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 77 | 0 | 0.73 | 0.62 | 0.22 | 350.55 | 0.57 | 0.5 |
| Hex | C8 | 36 | 4D | 0 | 49 | 3E | 16 | 15F | 39 | 32 |
| Octal | 310 | 66 | 115 | 0 | 111 | 76 | 26 | 537 | 71 | 62 |
| Binary | 11001000 | 110110 | 1001101 | 0 | 1001001 | 111110 | 10110 | 101011111 | 111001 | 110010 |
Color Harmonies of #C8364D
Complementary color
Monochromatic Colors of #C8364D
Black with #C8364D
Text Example
Text Example
White with #C8364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8364D; }
p { color: rgb(200,54,77); }
H1.HeaderClassName
{
color: #C8364D;
}
.AnyTagClassName
{
color: #C8364D;
}
</style>
background-color css
<style>
a { background-color: #C8364D; }
a { background-color: rgb(200,54,77); }
div.DivClassName
{
background-color: #C8364D;
}
.BgClassName
{
background-color: #C8364D;
}
</style>
border-color css
<style>
span { border-color: #C8364D; }
span { border-color: rgb(200,54,77); }
td.TdClassName
{
border-color: #C8364D;
}
.TagClassName
{
border-color: #C8364D;
}
</style>