Shades of Old Rose #C8404D
Tints of Old Rose #C8404D
RGB
CMYK
RGB Variations
Color information
#C8404D (or 0xC8404D) is known color: Old Rose. HEX triplet: C8, 40 and 4D. RGB value is (200,64,77). Sum of RGB (Red+Green+Blue) = 200+64+77=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8404D is #37BFB2. Grayscale: #6A6A6A. Windows color (decimal): -3653555 or 5062856. OLE color: 5062856.
HSL color Cylindrical-coordinate representation of color #C8404D: hue angle of 354.26º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8404D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 77 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.22 |
| HSL | 354.26º | 0.55% | 0.52% | - |
| HSV(B) | 354.26º | 0.68% | 0.78% | - |
| XYZ | 26.99 | 16.48 | 8.78 | - |
| YUV | 106.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 77 | 0 | 0.68 | 0.62 | 0.22 | 354.26 | 0.55 | 0.52 |
| Hex | C8 | 40 | 4D | 0 | 44 | 3E | 16 | 162 | 37 | 34 |
| Octal | 310 | 100 | 115 | 0 | 104 | 76 | 26 | 542 | 67 | 64 |
| Binary | 11001000 | 1000000 | 1001101 | 0 | 1000100 | 111110 | 10110 | 101100010 | 110111 | 110100 |
Color Harmonies of #C8404D
Complementary color
Monochromatic Colors of #C8404D
Black with #C8404D
Text Example
Text Example
White with #C8404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8404D; }
p { color: rgb(200,64,77); }
H1.HeaderClassName
{
color: #C8404D;
}
.AnyTagClassName
{
color: #C8404D;
}
</style>
background-color css
<style>
a { background-color: #C8404D; }
a { background-color: rgb(200,64,77); }
div.DivClassName
{
background-color: #C8404D;
}
.BgClassName
{
background-color: #C8404D;
}
</style>
border-color css
<style>
span { border-color: #C8404D; }
span { border-color: rgb(200,64,77); }
td.TdClassName
{
border-color: #C8404D;
}
.TagClassName
{
border-color: #C8404D;
}
</style>