Shades of Old Rose #C8364F
Tints of Old Rose #C8364F
RGB
CMYK
RGB Variations
Color information
#C8364F (or 0xC8364F) is known color: Old Rose. HEX triplet: C8, 36 and 4F. RGB value is (200,54,79). Sum of RGB (Red+Green+Blue) = 200+54+79=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8364F is #37C9B0. Grayscale: #646464. Windows color (decimal): -3656113 or 5191368. OLE color: 5191368.
HSL color Cylindrical-coordinate representation of color #C8364F: hue angle of 349.73º 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 #C8364F is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 79 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.22 |
| HSL | 349.73º | 0.57% | 0.5% | - |
| HSV(B) | 349.73º | 0.73% | 0.78% | - |
| XYZ | 26.55 | 15.48 | 8.99 | - |
| YUV | 100.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 79 | 0 | 0.73 | 0.60 | 0.22 | 349.73 | 0.57 | 0.5 |
| Hex | C8 | 36 | 4F | 0 | 49 | 3C | 16 | 15E | 39 | 32 |
| Octal | 310 | 66 | 117 | 0 | 111 | 74 | 26 | 536 | 71 | 62 |
| Binary | 11001000 | 110110 | 1001111 | 0 | 1001001 | 111100 | 10110 | 101011110 | 111001 | 110010 |
Color Harmonies of #C8364F
Complementary color
Monochromatic Colors of #C8364F
Black with #C8364F
Text Example
Text Example
White with #C8364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8364F; }
p { color: rgb(200,54,79); }
H1.HeaderClassName
{
color: #C8364F;
}
.AnyTagClassName
{
color: #C8364F;
}
</style>
background-color css
<style>
a { background-color: #C8364F; }
a { background-color: rgb(200,54,79); }
div.DivClassName
{
background-color: #C8364F;
}
.BgClassName
{
background-color: #C8364F;
}
</style>
border-color css
<style>
span { border-color: #C8364F; }
span { border-color: rgb(200,54,79); }
td.TdClassName
{
border-color: #C8364F;
}
.TagClassName
{
border-color: #C8364F;
}
</style>