Shades of Old Rose #C83D5D
Tints of Old Rose #C83D5D
RGB
CMYK
RGB Variations
Color information
#C83D5D (or 0xC83D5D) is known color: Old Rose. HEX triplet: C8, 3D and 5D. RGB value is (200,61,93). Sum of RGB (Red+Green+Blue) = 200+61+93=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83D5D is #37C2A2. Grayscale: #6A6A6A. Windows color (decimal): -3654307 or 6110664. OLE color: 6110664.
HSL color Cylindrical-coordinate representation of color #C83D5D: hue angle of 346.19º 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 #C83D5D is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 93 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.22 |
| HSL | 346.19º | 0.56% | 0.51% | - |
| HSV(B) | 346.19º | 0.7% | 0.78% | - |
| XYZ | 27.46 | 16.41 | 12.08 | - |
| YUV | 106.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 93 | 0 | 0.69 | 0.54 | 0.22 | 346.19 | 0.56 | 0.51 |
| Hex | C8 | 3D | 5D | 0 | 45 | 36 | 16 | 15A | 38 | 33 |
| Octal | 310 | 75 | 135 | 0 | 105 | 66 | 26 | 532 | 70 | 63 |
| Binary | 11001000 | 111101 | 1011101 | 0 | 1000101 | 110110 | 10110 | 101011010 | 111000 | 110011 |
Color Harmonies of #C83D5D
Complementary color
Monochromatic Colors of #C83D5D
Black with #C83D5D
Text Example
Text Example
White with #C83D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D5D; }
p { color: rgb(200,61,93); }
H1.HeaderClassName
{
color: #C83D5D;
}
.AnyTagClassName
{
color: #C83D5D;
}
</style>
background-color css
<style>
a { background-color: #C83D5D; }
a { background-color: rgb(200,61,93); }
div.DivClassName
{
background-color: #C83D5D;
}
.BgClassName
{
background-color: #C83D5D;
}
</style>
border-color css
<style>
span { border-color: #C83D5D; }
span { border-color: rgb(200,61,93); }
td.TdClassName
{
border-color: #C83D5D;
}
.TagClassName
{
border-color: #C83D5D;
}
</style>