Shades of Old Rose #C82552
Tints of Old Rose #C82552
RGB
CMYK
RGB Variations
Color information
#C82552 (or 0xC82552) is known color: Old Rose. HEX triplet: C8, 25 and 52. RGB value is (200,37,82). Sum of RGB (Red+Green+Blue) = 200+37+82=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C82552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82552 is #37DAAD. Grayscale: #5A5A5A. Windows color (decimal): -3660462 or 5383624. OLE color: 5383624.
HSL color Cylindrical-coordinate representation of color #C82552: hue angle of 343.44º 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 #C82552 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 82 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.22 |
| HSL | 343.44º | 0.69% | 0.46% | - |
| HSV(B) | 343.44º | 0.82% | 0.78% | - |
| XYZ | 26 | 14.21 | 9.36 | - |
| YUV | 90.87 | 123 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 82 | 0 | 0.82 | 0.59 | 0.22 | 343.44 | 0.69 | 0.46 |
| Hex | C8 | 25 | 52 | 0 | 52 | 3B | 16 | 157 | 45 | 2E |
| Octal | 310 | 45 | 122 | 0 | 122 | 73 | 26 | 527 | 105 | 56 |
| Binary | 11001000 | 100101 | 1010010 | 0 | 1010010 | 111011 | 10110 | 101010111 | 1000101 | 101110 |
Color Harmonies of #C82552
Complementary color
Monochromatic Colors of #C82552
Black with #C82552
Text Example
Text Example
White with #C82552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82552; }
p { color: rgb(200,37,82); }
H1.HeaderClassName
{
color: #C82552;
}
.AnyTagClassName
{
color: #C82552;
}
</style>
background-color css
<style>
a { background-color: #C82552; }
a { background-color: rgb(200,37,82); }
div.DivClassName
{
background-color: #C82552;
}
.BgClassName
{
background-color: #C82552;
}
</style>
border-color css
<style>
span { border-color: #C82552; }
span { border-color: rgb(200,37,82); }
td.TdClassName
{
border-color: #C82552;
}
.TagClassName
{
border-color: #C82552;
}
</style>