Shades of Old Rose #C83E54
Tints of Old Rose #C83E54
RGB
CMYK
RGB Variations
Color information
#C83E54 (or 0xC83E54) is known color: Old Rose. HEX triplet: C8, 3E and 54. RGB value is (200,62,84). Sum of RGB (Red+Green+Blue) = 200+62+84=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83E54 is #37C1AB. Grayscale: #696969. Windows color (decimal): -3654060 or 5521096. OLE color: 5521096.
HSL color Cylindrical-coordinate representation of color #C83E54: hue angle of 350.43º 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 #C83E54 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 84 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.22 |
| HSL | 350.43º | 0.56% | 0.51% | - |
| HSV(B) | 350.43º | 0.69% | 0.78% | - |
| XYZ | 27.14 | 16.36 | 10.12 | - |
| YUV | 105.77 | 115.72 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 84 | 0 | 0.69 | 0.58 | 0.22 | 350.43 | 0.56 | 0.51 |
| Hex | C8 | 3E | 54 | 0 | 45 | 3A | 16 | 15E | 38 | 33 |
| Octal | 310 | 76 | 124 | 0 | 105 | 72 | 26 | 536 | 70 | 63 |
| Binary | 11001000 | 111110 | 1010100 | 0 | 1000101 | 111010 | 10110 | 101011110 | 111000 | 110011 |
Color Harmonies of #C83E54
Complementary color
Monochromatic Colors of #C83E54
Black with #C83E54
Text Example
Text Example
White with #C83E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83E54; }
p { color: rgb(200,62,84); }
H1.HeaderClassName
{
color: #C83E54;
}
.AnyTagClassName
{
color: #C83E54;
}
</style>
background-color css
<style>
a { background-color: #C83E54; }
a { background-color: rgb(200,62,84); }
div.DivClassName
{
background-color: #C83E54;
}
.BgClassName
{
background-color: #C83E54;
}
</style>
border-color css
<style>
span { border-color: #C83E54; }
span { border-color: rgb(200,62,84); }
td.TdClassName
{
border-color: #C83E54;
}
.TagClassName
{
border-color: #C83E54;
}
</style>