Shades of Old Rose #C83B4D
Tints of Old Rose #C83B4D
RGB
CMYK
RGB Variations
Color information
#C83B4D (or 0xC83B4D) is known color: Old Rose. HEX triplet: C8, 3B and 4D. RGB value is (200,59,77). Sum of RGB (Red+Green+Blue) = 200+59+77=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83B4D is #37C4B2. Grayscale: #676767. Windows color (decimal): -3654835 or 5061576. OLE color: 5061576.
HSL color Cylindrical-coordinate representation of color #C83B4D: hue angle of 352.34º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83B4D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 59 | 77 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.22 |
| HSL | 352.34º | 0.56% | 0.51% | - |
| HSV(B) | 352.34º | 0.71% | 0.78% | - |
| XYZ | 26.72 | 15.94 | 8.69 | - |
| YUV | 103.21 | 113.21 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 77 | 0 | 0.70 | 0.62 | 0.22 | 352.34 | 0.56 | 0.51 |
| Hex | C8 | 3B | 4D | 0 | 46 | 3E | 16 | 160 | 38 | 33 |
| Octal | 310 | 73 | 115 | 0 | 106 | 76 | 26 | 540 | 70 | 63 |
| Binary | 11001000 | 111011 | 1001101 | 0 | 1000110 | 111110 | 10110 | 101100000 | 111000 | 110011 |
Color Harmonies of #C83B4D
Complementary color
Monochromatic Colors of #C83B4D
Black with #C83B4D
Text Example
Text Example
White with #C83B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83B4D; }
p { color: rgb(200,59,77); }
H1.HeaderClassName
{
color: #C83B4D;
}
.AnyTagClassName
{
color: #C83B4D;
}
</style>
background-color css
<style>
a { background-color: #C83B4D; }
a { background-color: rgb(200,59,77); }
div.DivClassName
{
background-color: #C83B4D;
}
.BgClassName
{
background-color: #C83B4D;
}
</style>
border-color css
<style>
span { border-color: #C83B4D; }
span { border-color: rgb(200,59,77); }
td.TdClassName
{
border-color: #C83B4D;
}
.TagClassName
{
border-color: #C83B4D;
}
</style>