Shades of Old Rose #C8314A
Tints of Old Rose #C8314A
RGB
CMYK
RGB Variations
Color information
#C8314A (or 0xC8314A) is known color: Old Rose. HEX triplet: C8, 31 and 4A. RGB value is (200,49,74). Sum of RGB (Red+Green+Blue) = 200+49+74=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C8314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8314A is #37CEB5. Grayscale: #616161. Windows color (decimal): -3657398 or 4862408. OLE color: 4862408.
HSL color Cylindrical-coordinate representation of color #C8314A: hue angle of 350.07º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8314A is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 74 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.22 |
| HSL | 350.07º | 0.61% | 0.49% | - |
| HSV(B) | 350.07º | 0.76% | 0.78% | - |
| XYZ | 26.15 | 14.97 | 7.99 | - |
| YUV | 97 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 74 | 0 | 0.76 | 0.63 | 0.22 | 350.07 | 0.61 | 0.49 |
| Hex | C8 | 31 | 4A | 0 | 4C | 3F | 16 | 15E | 3D | 31 |
| Octal | 310 | 61 | 112 | 0 | 114 | 77 | 26 | 536 | 75 | 61 |
| Binary | 11001000 | 110001 | 1001010 | 0 | 1001100 | 111111 | 10110 | 101011110 | 111101 | 110001 |
Color Harmonies of #C8314A
Complementary color
Monochromatic Colors of #C8314A
Black with #C8314A
Text Example
Text Example
White with #C8314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8314A; }
p { color: rgb(200,49,74); }
H1.HeaderClassName
{
color: #C8314A;
}
.AnyTagClassName
{
color: #C8314A;
}
</style>
background-color css
<style>
a { background-color: #C8314A; }
a { background-color: rgb(200,49,74); }
div.DivClassName
{
background-color: #C8314A;
}
.BgClassName
{
background-color: #C8314A;
}
</style>
border-color css
<style>
span { border-color: #C8314A; }
span { border-color: rgb(200,49,74); }
td.TdClassName
{
border-color: #C8314A;
}
.TagClassName
{
border-color: #C8314A;
}
</style>