Shades of Old Rose #C83C5D
Tints of Old Rose #C83C5D
RGB
CMYK
RGB Variations
Color information
#C83C5D (or 0xC83C5D) is known color: Old Rose. HEX triplet: C8, 3C and 5D. RGB value is (200,60,93). Sum of RGB (Red+Green+Blue) = 200+60+93=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83C5D is #37C3A2. Grayscale: #696969. Windows color (decimal): -3654563 or 6110408. OLE color: 6110408.
HSL color Cylindrical-coordinate representation of color #C83C5D: hue angle of 345.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83C5D is Cyan = 0, Magento = 0.7, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 93 | - |
| CMYK | 0 | 0.7 | 0.54 | 0.22 |
| HSL | 345.86º | 0.56% | 0.51% | - |
| HSV(B) | 345.86º | 0.7% | 0.78% | - |
| XYZ | 27.41 | 16.3 | 12.06 | - |
| YUV | 105.62 | 120.88 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 93 | 0 | 0.7 | 0.54 | 0.22 | 345.86 | 0.56 | 0.51 |
| Hex | C8 | 3C | 5D | 0 | 46 | 36 | 16 | 15A | 38 | 33 |
| Octal | 310 | 74 | 135 | 0 | 106 | 66 | 26 | 532 | 70 | 63 |
| Binary | 11001000 | 111100 | 1011101 | 0 | 1000110 | 110110 | 10110 | 101011010 | 111000 | 110011 |
Color Harmonies of #C83C5D
Complementary color
Monochromatic Colors of #C83C5D
Black with #C83C5D
Text Example
Text Example
White with #C83C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C5D; }
p { color: rgb(200,60,93); }
H1.HeaderClassName
{
color: #C83C5D;
}
.AnyTagClassName
{
color: #C83C5D;
}
</style>
background-color css
<style>
a { background-color: #C83C5D; }
a { background-color: rgb(200,60,93); }
div.DivClassName
{
background-color: #C83C5D;
}
.BgClassName
{
background-color: #C83C5D;
}
</style>
border-color css
<style>
span { border-color: #C83C5D; }
span { border-color: rgb(200,60,93); }
td.TdClassName
{
border-color: #C83C5D;
}
.TagClassName
{
border-color: #C83C5D;
}
</style>