Shades of Old Rose #C82453
Tints of Old Rose #C82453
RGB
CMYK
RGB Variations
Color information
#C82453 (or 0xC82453) is known color: Old Rose. HEX triplet: C8, 24 and 53. RGB value is (200,36,83). Sum of RGB (Red+Green+Blue) = 200+36+83=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C82453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82453 is #37DBAC. Grayscale: #5A5A5A. Windows color (decimal): -3660717 or 5448904. OLE color: 5448904.
HSL color Cylindrical-coordinate representation of color #C82453: hue angle of 342.8º degrees, saturation: 0.69, 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 #C82453 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 83 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.22 |
| HSL | 342.8º | 0.69% | 0.46% | - |
| HSV(B) | 342.8º | 0.82% | 0.78% | - |
| XYZ | 26.01 | 14.17 | 9.55 | - |
| YUV | 90.39 | 123.83 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 83 | 0 | 0.82 | 0.58 | 0.22 | 342.8 | 0.69 | 0.46 |
| Hex | C8 | 24 | 53 | 0 | 52 | 3A | 16 | 157 | 45 | 2E |
| Octal | 310 | 44 | 123 | 0 | 122 | 72 | 26 | 527 | 105 | 56 |
| Binary | 11001000 | 100100 | 1010011 | 0 | 1010010 | 111010 | 10110 | 101010111 | 1000101 | 101110 |
Color Harmonies of #C82453
Complementary color
Monochromatic Colors of #C82453
Black with #C82453
Text Example
Text Example
White with #C82453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82453; }
p { color: rgb(200,36,83); }
H1.HeaderClassName
{
color: #C82453;
}
.AnyTagClassName
{
color: #C82453;
}
</style>
background-color css
<style>
a { background-color: #C82453; }
a { background-color: rgb(200,36,83); }
div.DivClassName
{
background-color: #C82453;
}
.BgClassName
{
background-color: #C82453;
}
</style>
border-color css
<style>
span { border-color: #C82453; }
span { border-color: rgb(200,36,83); }
td.TdClassName
{
border-color: #C82453;
}
.TagClassName
{
border-color: #C82453;
}
</style>