Shades of Old Rose #C83154
Tints of Old Rose #C83154
RGB
CMYK
RGB Variations
Color information
#C83154 (or 0xC83154) is known color: Old Rose. HEX triplet: C8, 31 and 54. RGB value is (200,49,84). Sum of RGB (Red+Green+Blue) = 200+49+84=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C83154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83154 is #37CEAB. Grayscale: #626262. Windows color (decimal): -3657388 or 5517768. OLE color: 5517768.
HSL color Cylindrical-coordinate representation of color #C83154: hue angle of 346.09º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83154 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 84 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.22 |
| HSL | 346.09º | 0.61% | 0.49% | - |
| HSV(B) | 346.09º | 0.76% | 0.78% | - |
| XYZ | 26.52 | 15.12 | 9.91 | - |
| YUV | 98.14 | 120.03 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 84 | 0 | 0.76 | 0.58 | 0.22 | 346.09 | 0.61 | 0.49 |
| Hex | C8 | 31 | 54 | 0 | 4C | 3A | 16 | 15A | 3D | 31 |
| Octal | 310 | 61 | 124 | 0 | 114 | 72 | 26 | 532 | 75 | 61 |
| Binary | 11001000 | 110001 | 1010100 | 0 | 1001100 | 111010 | 10110 | 101011010 | 111101 | 110001 |
Color Harmonies of #C83154
Complementary color
Monochromatic Colors of #C83154
Black with #C83154
Text Example
Text Example
White with #C83154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83154; }
p { color: rgb(200,49,84); }
H1.HeaderClassName
{
color: #C83154;
}
.AnyTagClassName
{
color: #C83154;
}
</style>
background-color css
<style>
a { background-color: #C83154; }
a { background-color: rgb(200,49,84); }
div.DivClassName
{
background-color: #C83154;
}
.BgClassName
{
background-color: #C83154;
}
</style>
border-color css
<style>
span { border-color: #C83154; }
span { border-color: rgb(200,49,84); }
td.TdClassName
{
border-color: #C83154;
}
.TagClassName
{
border-color: #C83154;
}
</style>