Shades of Old Rose #C82E4C
Tints of Old Rose #C82E4C
RGB
CMYK
RGB Variations
Color information
#C82E4C (or 0xC82E4C) is known color: Old Rose. HEX triplet: C8, 2E and 4C. RGB value is (200,46,76). Sum of RGB (Red+Green+Blue) = 200+46+76=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82E4C is #37D1B3. Grayscale: #5F5F5F. Windows color (decimal): -3658164 or 4992712. OLE color: 4992712.
HSL color Cylindrical-coordinate representation of color #C82E4C: hue angle of 348.31º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82E4C is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 76 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.22 |
| HSL | 348.31º | 0.63% | 0.48% | - |
| HSV(B) | 348.31º | 0.77% | 0.78% | - |
| XYZ | 26.1 | 14.76 | 8.31 | - |
| YUV | 95.47 | 117.02 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 76 | 0 | 0.77 | 0.62 | 0.22 | 348.31 | 0.63 | 0.48 |
| Hex | C8 | 2E | 4C | 0 | 4D | 3E | 16 | 15C | 3F | 30 |
| Octal | 310 | 56 | 114 | 0 | 115 | 76 | 26 | 534 | 77 | 60 |
| Binary | 11001000 | 101110 | 1001100 | 0 | 1001101 | 111110 | 10110 | 101011100 | 111111 | 110000 |
Color Harmonies of #C82E4C
Complementary color
Monochromatic Colors of #C82E4C
Black with #C82E4C
Text Example
Text Example
White with #C82E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E4C; }
p { color: rgb(200,46,76); }
H1.HeaderClassName
{
color: #C82E4C;
}
.AnyTagClassName
{
color: #C82E4C;
}
</style>
background-color css
<style>
a { background-color: #C82E4C; }
a { background-color: rgb(200,46,76); }
div.DivClassName
{
background-color: #C82E4C;
}
.BgClassName
{
background-color: #C82E4C;
}
</style>
border-color css
<style>
span { border-color: #C82E4C; }
span { border-color: rgb(200,46,76); }
td.TdClassName
{
border-color: #C82E4C;
}
.TagClassName
{
border-color: #C82E4C;
}
</style>