Shades of Old Rose #C82353
Tints of Old Rose #C82353
RGB
CMYK
RGB Variations
Color information
#C82353 (or 0xC82353) is known color: Old Rose. HEX triplet: C8, 23 and 53. RGB value is (200,35,83). Sum of RGB (Red+Green+Blue) = 200+35+83=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C82353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82353 is #37DCAC. Grayscale: #595959. Windows color (decimal): -3660973 or 5448648. OLE color: 5448648.
HSL color Cylindrical-coordinate representation of color #C82353: hue angle of 342.55º 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 #C82353 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 83 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.22 |
| HSL | 342.55º | 0.7% | 0.46% | - |
| HSV(B) | 342.55º | 0.83% | 0.78% | - |
| XYZ | 25.98 | 14.11 | 9.54 | - |
| YUV | 89.81 | 124.16 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 83 | 0 | 0.82 | 0.58 | 0.22 | 342.55 | 0.7 | 0.46 |
| Hex | C8 | 23 | 53 | 0 | 52 | 3A | 16 | 157 | 46 | 2E |
| Octal | 310 | 43 | 123 | 0 | 122 | 72 | 26 | 527 | 106 | 56 |
| Binary | 11001000 | 100011 | 1010011 | 0 | 1010010 | 111010 | 10110 | 101010111 | 1000110 | 101110 |
Color Harmonies of #C82353
Complementary color
Monochromatic Colors of #C82353
Black with #C82353
Text Example
Text Example
White with #C82353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82353; }
p { color: rgb(200,35,83); }
H1.HeaderClassName
{
color: #C82353;
}
.AnyTagClassName
{
color: #C82353;
}
</style>
background-color css
<style>
a { background-color: #C82353; }
a { background-color: rgb(200,35,83); }
div.DivClassName
{
background-color: #C82353;
}
.BgClassName
{
background-color: #C82353;
}
</style>
border-color css
<style>
span { border-color: #C82353; }
span { border-color: rgb(200,35,83); }
td.TdClassName
{
border-color: #C82353;
}
.TagClassName
{
border-color: #C82353;
}
</style>