Shades of Old Rose #C8404F
Tints of Old Rose #C8404F
RGB
CMYK
RGB Variations
Color information
#C8404F (or 0xC8404F) is known color: Old Rose. HEX triplet: C8, 40 and 4F. RGB value is (200,64,79). Sum of RGB (Red+Green+Blue) = 200+64+79=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8404F is #37BFB0. Grayscale: #6A6A6A. Windows color (decimal): -3653553 or 5193928. OLE color: 5193928.
HSL color Cylindrical-coordinate representation of color #C8404F: hue angle of 353.38º 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 #C8404F is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 79 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.22 |
| HSL | 353.38º | 0.55% | 0.52% | - |
| HSV(B) | 353.38º | 0.68% | 0.78% | - |
| XYZ | 27.06 | 16.51 | 9.16 | - |
| YUV | 106.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 79 | 0 | 0.68 | 0.60 | 0.22 | 353.38 | 0.55 | 0.52 |
| Hex | C8 | 40 | 4F | 0 | 44 | 3C | 16 | 161 | 37 | 34 |
| Octal | 310 | 100 | 117 | 0 | 104 | 74 | 26 | 541 | 67 | 64 |
| Binary | 11001000 | 1000000 | 1001111 | 0 | 1000100 | 111100 | 10110 | 101100001 | 110111 | 110100 |
Color Harmonies of #C8404F
Complementary color
Monochromatic Colors of #C8404F
Black with #C8404F
Text Example
Text Example
White with #C8404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8404F; }
p { color: rgb(200,64,79); }
H1.HeaderClassName
{
color: #C8404F;
}
.AnyTagClassName
{
color: #C8404F;
}
</style>
background-color css
<style>
a { background-color: #C8404F; }
a { background-color: rgb(200,64,79); }
div.DivClassName
{
background-color: #C8404F;
}
.BgClassName
{
background-color: #C8404F;
}
</style>
border-color css
<style>
span { border-color: #C8404F; }
span { border-color: rgb(200,64,79); }
td.TdClassName
{
border-color: #C8404F;
}
.TagClassName
{
border-color: #C8404F;
}
</style>