Shades of Old Rose #C81D4D
Tints of Old Rose #C81D4D
RGB
CMYK
RGB Variations
Color information
#C81D4D (or 0xC81D4D) is known color: Old Rose. HEX triplet: C8, 1D and 4D. RGB value is (200,29,77). Sum of RGB (Red+Green+Blue) = 200+29+77=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81D4D is #37E2B2. Grayscale: #555555. Windows color (decimal): -3662515 or 5053896. OLE color: 5053896.
HSL color Cylindrical-coordinate representation of color #C81D4D: hue angle of 343.16º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81D4D is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 77 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.22 |
| HSL | 343.16º | 0.75% | 0.45% | - |
| HSV(B) | 343.16º | 0.86% | 0.78% | - |
| XYZ | 25.6 | 13.69 | 8.32 | - |
| YUV | 85.6 | 123.15 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 77 | 0 | 0.86 | 0.62 | 0.22 | 343.16 | 0.75 | 0.45 |
| Hex | C8 | 1D | 4D | 0 | 56 | 3E | 16 | 157 | 4B | 2D |
| Octal | 310 | 35 | 115 | 0 | 126 | 76 | 26 | 527 | 113 | 55 |
| Binary | 11001000 | 11101 | 1001101 | 0 | 1010110 | 111110 | 10110 | 101010111 | 1001011 | 101101 |
Color Harmonies of #C81D4D
Complementary color
Monochromatic Colors of #C81D4D
Black with #C81D4D
Text Example
Text Example
White with #C81D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D4D; }
p { color: rgb(200,29,77); }
H1.HeaderClassName
{
color: #C81D4D;
}
.AnyTagClassName
{
color: #C81D4D;
}
</style>
background-color css
<style>
a { background-color: #C81D4D; }
a { background-color: rgb(200,29,77); }
div.DivClassName
{
background-color: #C81D4D;
}
.BgClassName
{
background-color: #C81D4D;
}
</style>
border-color css
<style>
span { border-color: #C81D4D; }
span { border-color: rgb(200,29,77); }
td.TdClassName
{
border-color: #C81D4D;
}
.TagClassName
{
border-color: #C81D4D;
}
</style>