Shades of Old Rose #C82557
Tints of Old Rose #C82557
RGB
CMYK
RGB Variations
Color information
#C82557 (or 0xC82557) is known color: Old Rose. HEX triplet: C8, 25 and 57. RGB value is (200,37,87). Sum of RGB (Red+Green+Blue) = 200+37+87=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C82557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82557 is #37DAA8. Grayscale: #5B5B5B. Windows color (decimal): -3660457 or 5711304. OLE color: 5711304.
HSL color Cylindrical-coordinate representation of color #C82557: hue angle of 341.6º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82557 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 87 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.22 |
| HSL | 341.6º | 0.69% | 0.46% | - |
| HSV(B) | 341.6º | 0.82% | 0.78% | - |
| XYZ | 26.2 | 14.29 | 10.39 | - |
| YUV | 91.44 | 125.5 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 87 | 0 | 0.82 | 0.56 | 0.22 | 341.6 | 0.69 | 0.46 |
| Hex | C8 | 25 | 57 | 0 | 52 | 38 | 16 | 156 | 45 | 2E |
| Octal | 310 | 45 | 127 | 0 | 122 | 70 | 26 | 526 | 105 | 56 |
| Binary | 11001000 | 100101 | 1010111 | 0 | 1010010 | 111000 | 10110 | 101010110 | 1000101 | 101110 |
Color Harmonies of #C82557
Complementary color
Monochromatic Colors of #C82557
Black with #C82557
Text Example
Text Example
White with #C82557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82557; }
p { color: rgb(200,37,87); }
H1.HeaderClassName
{
color: #C82557;
}
.AnyTagClassName
{
color: #C82557;
}
</style>
background-color css
<style>
a { background-color: #C82557; }
a { background-color: rgb(200,37,87); }
div.DivClassName
{
background-color: #C82557;
}
.BgClassName
{
background-color: #C82557;
}
</style>
border-color css
<style>
span { border-color: #C82557; }
span { border-color: rgb(200,37,87); }
td.TdClassName
{
border-color: #C82557;
}
.TagClassName
{
border-color: #C82557;
}
</style>