Shades of Old Rose #C82B54
Tints of Old Rose #C82B54
RGB
CMYK
RGB Variations
Color information
#C82B54 (or 0xC82B54) is known color: Old Rose. HEX triplet: C8, 2B and 54. RGB value is (200,43,84). Sum of RGB (Red+Green+Blue) = 200+43+84=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82B54 is #37D4AB. Grayscale: #5E5E5E. Windows color (decimal): -3658924 or 5516232. OLE color: 5516232.
HSL color Cylindrical-coordinate representation of color #C82B54: hue angle of 344.33º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82B54 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 43 | 84 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.22 |
| HSL | 344.33º | 0.65% | 0.48% | - |
| HSV(B) | 344.33º | 0.79% | 0.78% | - |
| XYZ | 26.28 | 14.65 | 9.83 | - |
| YUV | 94.62 | 122.01 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 84 | 0 | 0.78 | 0.58 | 0.22 | 344.33 | 0.65 | 0.48 |
| Hex | C8 | 2B | 54 | 0 | 4E | 3A | 16 | 158 | 41 | 30 |
| Octal | 310 | 53 | 124 | 0 | 116 | 72 | 26 | 530 | 101 | 60 |
| Binary | 11001000 | 101011 | 1010100 | 0 | 1001110 | 111010 | 10110 | 101011000 | 1000001 | 110000 |
Color Harmonies of #C82B54
Complementary color
Monochromatic Colors of #C82B54
Black with #C82B54
Text Example
Text Example
White with #C82B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82B54; }
p { color: rgb(200,43,84); }
H1.HeaderClassName
{
color: #C82B54;
}
.AnyTagClassName
{
color: #C82B54;
}
</style>
background-color css
<style>
a { background-color: #C82B54; }
a { background-color: rgb(200,43,84); }
div.DivClassName
{
background-color: #C82B54;
}
.BgClassName
{
background-color: #C82B54;
}
</style>
border-color css
<style>
span { border-color: #C82B54; }
span { border-color: rgb(200,43,84); }
td.TdClassName
{
border-color: #C82B54;
}
.TagClassName
{
border-color: #C82B54;
}
</style>