Shades of Old Rose #C82F5D
Tints of Old Rose #C82F5D
RGB
CMYK
RGB Variations
Color information
#C82F5D (or 0xC82F5D) is known color: Old Rose. HEX triplet: C8, 2F and 5D. RGB value is (200,47,93). Sum of RGB (Red+Green+Blue) = 200+47+93=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82F5D is #37D0A2. Grayscale: #616161. Windows color (decimal): -3657891 or 6107080. OLE color: 6107080.
HSL color Cylindrical-coordinate representation of color #C82F5D: hue angle of 341.96º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82F5D is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 93 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.22 |
| HSL | 341.96º | 0.62% | 0.48% | - |
| HSV(B) | 341.96º | 0.77% | 0.78% | - |
| XYZ | 26.81 | 15.1 | 11.86 | - |
| YUV | 97.99 | 125.19 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 93 | 0 | 0.76 | 0.54 | 0.22 | 341.96 | 0.62 | 0.48 |
| Hex | C8 | 2F | 5D | 0 | 4C | 36 | 16 | 156 | 3E | 30 |
| Octal | 310 | 57 | 135 | 0 | 114 | 66 | 26 | 526 | 76 | 60 |
| Binary | 11001000 | 101111 | 1011101 | 0 | 1001100 | 110110 | 10110 | 101010110 | 111110 | 110000 |
Color Harmonies of #C82F5D
Complementary color
Monochromatic Colors of #C82F5D
Black with #C82F5D
Text Example
Text Example
White with #C82F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F5D; }
p { color: rgb(200,47,93); }
H1.HeaderClassName
{
color: #C82F5D;
}
.AnyTagClassName
{
color: #C82F5D;
}
</style>
background-color css
<style>
a { background-color: #C82F5D; }
a { background-color: rgb(200,47,93); }
div.DivClassName
{
background-color: #C82F5D;
}
.BgClassName
{
background-color: #C82F5D;
}
</style>
border-color css
<style>
span { border-color: #C82F5D; }
span { border-color: rgb(200,47,93); }
td.TdClassName
{
border-color: #C82F5D;
}
.TagClassName
{
border-color: #C82F5D;
}
</style>