Shades of Old Rose #C82E5C
Tints of Old Rose #C82E5C
RGB
CMYK
RGB Variations
Color information
#C82E5C (or 0xC82E5C) is known color: Old Rose. HEX triplet: C8, 2E and 5C. RGB value is (200,46,92). Sum of RGB (Red+Green+Blue) = 200+46+92=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82E5C is #37D1A3. Grayscale: #616161. Windows color (decimal): -3658148 or 6041288. OLE color: 6041288.
HSL color Cylindrical-coordinate representation of color #C82E5C: hue angle of 342.08º 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 #C82E5C is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 92 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.22 |
| HSL | 342.08º | 0.63% | 0.48% | - |
| HSV(B) | 342.08º | 0.77% | 0.78% | - |
| XYZ | 26.73 | 15.01 | 11.61 | - |
| YUV | 97.29 | 125.02 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 92 | 0 | 0.77 | 0.54 | 0.22 | 342.08 | 0.63 | 0.48 |
| Hex | C8 | 2E | 5C | 0 | 4D | 36 | 16 | 156 | 3F | 30 |
| Octal | 310 | 56 | 134 | 0 | 115 | 66 | 26 | 526 | 77 | 60 |
| Binary | 11001000 | 101110 | 1011100 | 0 | 1001101 | 110110 | 10110 | 101010110 | 111111 | 110000 |
Color Harmonies of #C82E5C
Complementary color
Monochromatic Colors of #C82E5C
Black with #C82E5C
Text Example
Text Example
White with #C82E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E5C; }
p { color: rgb(200,46,92); }
H1.HeaderClassName
{
color: #C82E5C;
}
.AnyTagClassName
{
color: #C82E5C;
}
</style>
background-color css
<style>
a { background-color: #C82E5C; }
a { background-color: rgb(200,46,92); }
div.DivClassName
{
background-color: #C82E5C;
}
.BgClassName
{
background-color: #C82E5C;
}
</style>
border-color css
<style>
span { border-color: #C82E5C; }
span { border-color: rgb(200,46,92); }
td.TdClassName
{
border-color: #C82E5C;
}
.TagClassName
{
border-color: #C82E5C;
}
</style>