Shades of Old Rose #C8274D
Tints of Old Rose #C8274D
RGB
CMYK
RGB Variations
Color information
#C8274D (or 0xC8274D) is known color: Old Rose. HEX triplet: C8, 27 and 4D. RGB value is (200,39,77). Sum of RGB (Red+Green+Blue) = 200+39+77=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8274D is #37D8B2. Grayscale: #5B5B5B. Windows color (decimal): -3659955 or 5056456. OLE color: 5056456.
HSL color Cylindrical-coordinate representation of color #C8274D: hue angle of 345.84º 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 #C8274D is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 77 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.22 |
| HSL | 345.84º | 0.67% | 0.47% | - |
| HSV(B) | 345.84º | 0.81% | 0.78% | - |
| XYZ | 25.88 | 14.27 | 8.41 | - |
| YUV | 91.47 | 119.84 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 77 | 0 | 0.80 | 0.62 | 0.22 | 345.84 | 0.67 | 0.47 |
| Hex | C8 | 27 | 4D | 0 | 50 | 3E | 16 | 15A | 43 | 2F |
| Octal | 310 | 47 | 115 | 0 | 120 | 76 | 26 | 532 | 103 | 57 |
| Binary | 11001000 | 100111 | 1001101 | 0 | 1010000 | 111110 | 10110 | 101011010 | 1000011 | 101111 |
Color Harmonies of #C8274D
Complementary color
Monochromatic Colors of #C8274D
Black with #C8274D
Text Example
Text Example
White with #C8274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8274D; }
p { color: rgb(200,39,77); }
H1.HeaderClassName
{
color: #C8274D;
}
.AnyTagClassName
{
color: #C8274D;
}
</style>
background-color css
<style>
a { background-color: #C8274D; }
a { background-color: rgb(200,39,77); }
div.DivClassName
{
background-color: #C8274D;
}
.BgClassName
{
background-color: #C8274D;
}
</style>
border-color css
<style>
span { border-color: #C8274D; }
span { border-color: rgb(200,39,77); }
td.TdClassName
{
border-color: #C8274D;
}
.TagClassName
{
border-color: #C8274D;
}
</style>