Shades of Old Rose #C8274E
Tints of Old Rose #C8274E
RGB
CMYK
RGB Variations
Color information
#C8274E (or 0xC8274E) is known color: Old Rose. HEX triplet: C8, 27 and 4E. RGB value is (200,39,78). Sum of RGB (Red+Green+Blue) = 200+39+78=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C8274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8274E is #37D8B1. Grayscale: #5B5B5B. Windows color (decimal): -3659954 or 5121992. OLE color: 5121992.
HSL color Cylindrical-coordinate representation of color #C8274E: hue angle of 345.47º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8274E is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 78 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.22 |
| HSL | 345.47º | 0.67% | 0.47% | - |
| HSV(B) | 345.47º | 0.81% | 0.78% | - |
| XYZ | 25.92 | 14.28 | 8.6 | - |
| YUV | 91.59 | 120.34 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 78 | 0 | 0.80 | 0.61 | 0.22 | 345.47 | 0.67 | 0.47 |
| Hex | C8 | 27 | 4E | 0 | 50 | 3D | 16 | 159 | 43 | 2F |
| Octal | 310 | 47 | 116 | 0 | 120 | 75 | 26 | 531 | 103 | 57 |
| Binary | 11001000 | 100111 | 1001110 | 0 | 1010000 | 111101 | 10110 | 101011001 | 1000011 | 101111 |
Color Harmonies of #C8274E
Complementary color
Monochromatic Colors of #C8274E
Black with #C8274E
Text Example
Text Example
White with #C8274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8274E; }
p { color: rgb(200,39,78); }
H1.HeaderClassName
{
color: #C8274E;
}
.AnyTagClassName
{
color: #C8274E;
}
</style>
background-color css
<style>
a { background-color: #C8274E; }
a { background-color: rgb(200,39,78); }
div.DivClassName
{
background-color: #C8274E;
}
.BgClassName
{
background-color: #C8274E;
}
</style>
border-color css
<style>
span { border-color: #C8274E; }
span { border-color: rgb(200,39,78); }
td.TdClassName
{
border-color: #C8274E;
}
.TagClassName
{
border-color: #C8274E;
}
</style>