Shades of Old Rose #C81C4D
Tints of Old Rose #C81C4D
RGB
CMYK
RGB Variations
Color information
#C81C4D (or 0xC81C4D) is known color: Old Rose. HEX triplet: C8, 1C and 4D. RGB value is (200,28,77). Sum of RGB (Red+Green+Blue) = 200+28+77=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81C4D is #37E3B2. Grayscale: #545454. Windows color (decimal): -3662771 or 5053640. OLE color: 5053640.
HSL color Cylindrical-coordinate representation of color #C81C4D: hue angle of 342.91º 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 #C81C4D is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 28 | 77 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.22 |
| HSL | 342.91º | 0.75% | 0.45% | - |
| HSV(B) | 342.91º | 0.86% | 0.78% | - |
| XYZ | 25.57 | 13.65 | 8.31 | - |
| YUV | 85.01 | 123.48 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 77 | 0 | 0.86 | 0.62 | 0.22 | 342.91 | 0.75 | 0.45 |
| Hex | C8 | 1C | 4D | 0 | 56 | 3E | 16 | 157 | 4B | 2D |
| Octal | 310 | 34 | 115 | 0 | 126 | 76 | 26 | 527 | 113 | 55 |
| Binary | 11001000 | 11100 | 1001101 | 0 | 1010110 | 111110 | 10110 | 101010111 | 1001011 | 101101 |
Color Harmonies of #C81C4D
Complementary color
Monochromatic Colors of #C81C4D
Black with #C81C4D
Text Example
Text Example
White with #C81C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81C4D; }
p { color: rgb(200,28,77); }
H1.HeaderClassName
{
color: #C81C4D;
}
.AnyTagClassName
{
color: #C81C4D;
}
</style>
background-color css
<style>
a { background-color: #C81C4D; }
a { background-color: rgb(200,28,77); }
div.DivClassName
{
background-color: #C81C4D;
}
.BgClassName
{
background-color: #C81C4D;
}
</style>
border-color css
<style>
span { border-color: #C81C4D; }
span { border-color: rgb(200,28,77); }
td.TdClassName
{
border-color: #C81C4D;
}
.TagClassName
{
border-color: #C81C4D;
}
</style>