Shades of Old Rose #C82354
Tints of Old Rose #C82354
RGB
CMYK
RGB Variations
Color information
#C82354 (or 0xC82354) is known color: Old Rose. HEX triplet: C8, 23 and 54. RGB value is (200,35,84). Sum of RGB (Red+Green+Blue) = 200+35+84=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C82354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82354 is #37DCAB. Grayscale: #595959. Windows color (decimal): -3660972 or 5514184. OLE color: 5514184.
HSL color Cylindrical-coordinate representation of color #C82354: hue angle of 342.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82354 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 84 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.22 |
| HSL | 342.18º | 0.7% | 0.46% | - |
| HSV(B) | 342.18º | 0.83% | 0.78% | - |
| XYZ | 26.02 | 14.12 | 9.74 | - |
| YUV | 89.92 | 124.66 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 84 | 0 | 0.82 | 0.58 | 0.22 | 342.18 | 0.7 | 0.46 |
| Hex | C8 | 23 | 54 | 0 | 52 | 3A | 16 | 156 | 46 | 2E |
| Octal | 310 | 43 | 124 | 0 | 122 | 72 | 26 | 526 | 106 | 56 |
| Binary | 11001000 | 100011 | 1010100 | 0 | 1010010 | 111010 | 10110 | 101010110 | 1000110 | 101110 |
Color Harmonies of #C82354
Complementary color
Monochromatic Colors of #C82354
Black with #C82354
Text Example
Text Example
White with #C82354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82354; }
p { color: rgb(200,35,84); }
H1.HeaderClassName
{
color: #C82354;
}
.AnyTagClassName
{
color: #C82354;
}
</style>
background-color css
<style>
a { background-color: #C82354; }
a { background-color: rgb(200,35,84); }
div.DivClassName
{
background-color: #C82354;
}
.BgClassName
{
background-color: #C82354;
}
</style>
border-color css
<style>
span { border-color: #C82354; }
span { border-color: rgb(200,35,84); }
td.TdClassName
{
border-color: #C82354;
}
.TagClassName
{
border-color: #C82354;
}
</style>