Shades of Old Rose #C8324D
Tints of Old Rose #C8324D
RGB
CMYK
RGB Variations
Color information
#C8324D (or 0xC8324D) is known color: Old Rose. HEX triplet: C8, 32 and 4D. RGB value is (200,50,77). Sum of RGB (Red+Green+Blue) = 200+50+77=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8324D is #37CDB2. Grayscale: #616161. Windows color (decimal): -3657139 or 5059272. OLE color: 5059272.
HSL color Cylindrical-coordinate representation of color #C8324D: hue angle of 349.2º degrees, saturation: 0.6, 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 #C8324D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 77 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.22 |
| HSL | 349.2º | 0.6% | 0.49% | - |
| HSV(B) | 349.2º | 0.75% | 0.78% | - |
| XYZ | 26.3 | 15.1 | 8.55 | - |
| YUV | 97.93 | 116.2 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 77 | 0 | 0.75 | 0.62 | 0.22 | 349.2 | 0.6 | 0.49 |
| Hex | C8 | 32 | 4D | 0 | 4B | 3E | 16 | 15D | 3C | 31 |
| Octal | 310 | 62 | 115 | 0 | 113 | 76 | 26 | 535 | 74 | 61 |
| Binary | 11001000 | 110010 | 1001101 | 0 | 1001011 | 111110 | 10110 | 101011101 | 111100 | 110001 |
Color Harmonies of #C8324D
Complementary color
Monochromatic Colors of #C8324D
Black with #C8324D
Text Example
Text Example
White with #C8324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8324D; }
p { color: rgb(200,50,77); }
H1.HeaderClassName
{
color: #C8324D;
}
.AnyTagClassName
{
color: #C8324D;
}
</style>
background-color css
<style>
a { background-color: #C8324D; }
a { background-color: rgb(200,50,77); }
div.DivClassName
{
background-color: #C8324D;
}
.BgClassName
{
background-color: #C8324D;
}
</style>
border-color css
<style>
span { border-color: #C8324D; }
span { border-color: rgb(200,50,77); }
td.TdClassName
{
border-color: #C8324D;
}
.TagClassName
{
border-color: #C8324D;
}
</style>