Shades of Old Rose #C82153
Tints of Old Rose #C82153
RGB
CMYK
RGB Variations
Color information
#C82153 (or 0xC82153) is known color: Old Rose. HEX triplet: C8, 21 and 53. RGB value is (200,33,83). Sum of RGB (Red+Green+Blue) = 200+33+83=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C82153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82153 is #37DEAC. Grayscale: #585858. Windows color (decimal): -3661485 or 5448136. OLE color: 5448136.
HSL color Cylindrical-coordinate representation of color #C82153: hue angle of 342.04º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82153 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 83 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.22 |
| HSL | 342.04º | 0.72% | 0.46% | - |
| HSV(B) | 342.04º | 0.84% | 0.78% | - |
| XYZ | 25.92 | 13.99 | 9.52 | - |
| YUV | 88.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 83 | 0 | 0.84 | 0.58 | 0.22 | 342.04 | 0.72 | 0.46 |
| Hex | C8 | 21 | 53 | 0 | 54 | 3A | 16 | 156 | 48 | 2E |
| Octal | 310 | 41 | 123 | 0 | 124 | 72 | 26 | 526 | 110 | 56 |
| Binary | 11001000 | 100001 | 1010011 | 0 | 1010100 | 111010 | 10110 | 101010110 | 1001000 | 101110 |
Color Harmonies of #C82153
Complementary color
Monochromatic Colors of #C82153
Black with #C82153
Text Example
Text Example
White with #C82153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82153; }
p { color: rgb(200,33,83); }
H1.HeaderClassName
{
color: #C82153;
}
.AnyTagClassName
{
color: #C82153;
}
</style>
background-color css
<style>
a { background-color: #C82153; }
a { background-color: rgb(200,33,83); }
div.DivClassName
{
background-color: #C82153;
}
.BgClassName
{
background-color: #C82153;
}
</style>
border-color css
<style>
span { border-color: #C82153; }
span { border-color: rgb(200,33,83); }
td.TdClassName
{
border-color: #C82153;
}
.TagClassName
{
border-color: #C82153;
}
</style>