Shades of Old Rose #C81D4F
Tints of Old Rose #C81D4F
RGB
CMYK
RGB Variations
Color information
#C81D4F (or 0xC81D4F) is known color: Old Rose. HEX triplet: C8, 1D and 4F. RGB value is (200,29,79). Sum of RGB (Red+Green+Blue) = 200+29+79=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81D4F is #37E2B0. Grayscale: #555555. Windows color (decimal): -3662513 or 5184968. OLE color: 5184968.
HSL color Cylindrical-coordinate representation of color #C81D4F: hue angle of 342.46º 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 #C81D4F is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 79 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.22 |
| HSL | 342.46º | 0.75% | 0.45% | - |
| HSV(B) | 342.46º | 0.86% | 0.78% | - |
| XYZ | 25.67 | 13.72 | 8.69 | - |
| YUV | 85.83 | 124.15 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 79 | 0 | 0.86 | 0.60 | 0.22 | 342.46 | 0.75 | 0.45 |
| Hex | C8 | 1D | 4F | 0 | 56 | 3C | 16 | 156 | 4B | 2D |
| Octal | 310 | 35 | 117 | 0 | 126 | 74 | 26 | 526 | 113 | 55 |
| Binary | 11001000 | 11101 | 1001111 | 0 | 1010110 | 111100 | 10110 | 101010110 | 1001011 | 101101 |
Color Harmonies of #C81D4F
Complementary color
Monochromatic Colors of #C81D4F
Black with #C81D4F
Text Example
Text Example
White with #C81D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D4F; }
p { color: rgb(200,29,79); }
H1.HeaderClassName
{
color: #C81D4F;
}
.AnyTagClassName
{
color: #C81D4F;
}
</style>
background-color css
<style>
a { background-color: #C81D4F; }
a { background-color: rgb(200,29,79); }
div.DivClassName
{
background-color: #C81D4F;
}
.BgClassName
{
background-color: #C81D4F;
}
</style>
border-color css
<style>
span { border-color: #C81D4F; }
span { border-color: rgb(200,29,79); }
td.TdClassName
{
border-color: #C81D4F;
}
.TagClassName
{
border-color: #C81D4F;
}
</style>