Shades of Old Rose #C83D54
Tints of Old Rose #C83D54
RGB
CMYK
RGB Variations
Color information
#C83D54 (or 0xC83D54) is known color: Old Rose. HEX triplet: C8, 3D and 54. RGB value is (200,61,84). Sum of RGB (Red+Green+Blue) = 200+61+84=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83D54 is #37C2AB. Grayscale: #696969. Windows color (decimal): -3654316 or 5520840. OLE color: 5520840.
HSL color Cylindrical-coordinate representation of color #C83D54: hue angle of 350.07º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83D54 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 84 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.22 |
| HSL | 350.07º | 0.56% | 0.51% | - |
| HSV(B) | 350.07º | 0.7% | 0.78% | - |
| XYZ | 27.09 | 16.26 | 10.1 | - |
| YUV | 105.18 | 116.05 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 84 | 0 | 0.69 | 0.58 | 0.22 | 350.07 | 0.56 | 0.51 |
| Hex | C8 | 3D | 54 | 0 | 45 | 3A | 16 | 15E | 38 | 33 |
| Octal | 310 | 75 | 124 | 0 | 105 | 72 | 26 | 536 | 70 | 63 |
| Binary | 11001000 | 111101 | 1010100 | 0 | 1000101 | 111010 | 10110 | 101011110 | 111000 | 110011 |
Color Harmonies of #C83D54
Complementary color
Monochromatic Colors of #C83D54
Black with #C83D54
Text Example
Text Example
White with #C83D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D54; }
p { color: rgb(200,61,84); }
H1.HeaderClassName
{
color: #C83D54;
}
.AnyTagClassName
{
color: #C83D54;
}
</style>
background-color css
<style>
a { background-color: #C83D54; }
a { background-color: rgb(200,61,84); }
div.DivClassName
{
background-color: #C83D54;
}
.BgClassName
{
background-color: #C83D54;
}
</style>
border-color css
<style>
span { border-color: #C83D54; }
span { border-color: rgb(200,61,84); }
td.TdClassName
{
border-color: #C83D54;
}
.TagClassName
{
border-color: #C83D54;
}
</style>