Shades of Old Rose #C83E4D
Tints of Old Rose #C83E4D
RGB
CMYK
RGB Variations
Color information
#C83E4D (or 0xC83E4D) is known color: Old Rose. HEX triplet: C8, 3E and 4D. RGB value is (200,62,77). Sum of RGB (Red+Green+Blue) = 200+62+77=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83E4D is #37C1B2. Grayscale: #696969. Windows color (decimal): -3654067 or 5062344. OLE color: 5062344.
HSL color Cylindrical-coordinate representation of color #C83E4D: hue angle of 353.48º 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 #C83E4D is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 77 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.22 |
| HSL | 353.48º | 0.56% | 0.51% | - |
| HSV(B) | 353.48º | 0.69% | 0.78% | - |
| XYZ | 26.88 | 16.26 | 8.74 | - |
| YUV | 104.97 | 112.22 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 77 | 0 | 0.69 | 0.62 | 0.22 | 353.48 | 0.56 | 0.51 |
| Hex | C8 | 3E | 4D | 0 | 45 | 3E | 16 | 161 | 38 | 33 |
| Octal | 310 | 76 | 115 | 0 | 105 | 76 | 26 | 541 | 70 | 63 |
| Binary | 11001000 | 111110 | 1001101 | 0 | 1000101 | 111110 | 10110 | 101100001 | 111000 | 110011 |
Color Harmonies of #C83E4D
Complementary color
Monochromatic Colors of #C83E4D
Black with #C83E4D
Text Example
Text Example
White with #C83E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83E4D; }
p { color: rgb(200,62,77); }
H1.HeaderClassName
{
color: #C83E4D;
}
.AnyTagClassName
{
color: #C83E4D;
}
</style>
background-color css
<style>
a { background-color: #C83E4D; }
a { background-color: rgb(200,62,77); }
div.DivClassName
{
background-color: #C83E4D;
}
.BgClassName
{
background-color: #C83E4D;
}
</style>
border-color css
<style>
span { border-color: #C83E4D; }
span { border-color: rgb(200,62,77); }
td.TdClassName
{
border-color: #C83E4D;
}
.TagClassName
{
border-color: #C83E4D;
}
</style>