Shades of Old Rose #C83D4D
Tints of Old Rose #C83D4D
RGB
CMYK
RGB Variations
Color information
#C83D4D (or 0xC83D4D) is known color: Old Rose. HEX triplet: C8, 3D and 4D. RGB value is (200,61,77). Sum of RGB (Red+Green+Blue) = 200+61+77=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83D4D is #37C2B2. Grayscale: #686868. Windows color (decimal): -3654323 or 5062088. OLE color: 5062088.
HSL color Cylindrical-coordinate representation of color #C83D4D: hue angle of 353.09º 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 #C83D4D is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 77 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.22 |
| HSL | 353.09º | 0.56% | 0.51% | - |
| HSV(B) | 353.09º | 0.7% | 0.78% | - |
| XYZ | 26.83 | 16.15 | 8.72 | - |
| YUV | 104.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 77 | 0 | 0.69 | 0.62 | 0.22 | 353.09 | 0.56 | 0.51 |
| Hex | C8 | 3D | 4D | 0 | 45 | 3E | 16 | 161 | 38 | 33 |
| Octal | 310 | 75 | 115 | 0 | 105 | 76 | 26 | 541 | 70 | 63 |
| Binary | 11001000 | 111101 | 1001101 | 0 | 1000101 | 111110 | 10110 | 101100001 | 111000 | 110011 |
Color Harmonies of #C83D4D
Complementary color
Monochromatic Colors of #C83D4D
Black with #C83D4D
Text Example
Text Example
White with #C83D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D4D; }
p { color: rgb(200,61,77); }
H1.HeaderClassName
{
color: #C83D4D;
}
.AnyTagClassName
{
color: #C83D4D;
}
</style>
background-color css
<style>
a { background-color: #C83D4D; }
a { background-color: rgb(200,61,77); }
div.DivClassName
{
background-color: #C83D4D;
}
.BgClassName
{
background-color: #C83D4D;
}
</style>
border-color css
<style>
span { border-color: #C83D4D; }
span { border-color: rgb(200,61,77); }
td.TdClassName
{
border-color: #C83D4D;
}
.TagClassName
{
border-color: #C83D4D;
}
</style>