Shades of Old Rose #C83F4D
Tints of Old Rose #C83F4D
RGB
CMYK
RGB Variations
Color information
#C83F4D (or 0xC83F4D) is known color: Old Rose. HEX triplet: C8, 3F and 4D. RGB value is (200,63,77). Sum of RGB (Red+Green+Blue) = 200+63+77=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F4D is #37C0B2. Grayscale: #696969. Windows color (decimal): -3653811 or 5062600. OLE color: 5062600.
HSL color Cylindrical-coordinate representation of color #C83F4D: hue angle of 353.87º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F4D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 77 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.22 |
| HSL | 353.87º | 0.55% | 0.52% | - |
| HSV(B) | 353.87º | 0.69% | 0.78% | - |
| XYZ | 26.94 | 16.37 | 8.76 | - |
| YUV | 105.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 77 | 0 | 0.68 | 0.62 | 0.22 | 353.87 | 0.55 | 0.52 |
| Hex | C8 | 3F | 4D | 0 | 44 | 3E | 16 | 162 | 37 | 34 |
| Octal | 310 | 77 | 115 | 0 | 104 | 76 | 26 | 542 | 67 | 64 |
| Binary | 11001000 | 111111 | 1001101 | 0 | 1000100 | 111110 | 10110 | 101100010 | 110111 | 110100 |
Color Harmonies of #C83F4D
Complementary color
Monochromatic Colors of #C83F4D
Black with #C83F4D
Text Example
Text Example
White with #C83F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F4D; }
p { color: rgb(200,63,77); }
H1.HeaderClassName
{
color: #C83F4D;
}
.AnyTagClassName
{
color: #C83F4D;
}
</style>
background-color css
<style>
a { background-color: #C83F4D; }
a { background-color: rgb(200,63,77); }
div.DivClassName
{
background-color: #C83F4D;
}
.BgClassName
{
background-color: #C83F4D;
}
</style>
border-color css
<style>
span { border-color: #C83F4D; }
span { border-color: rgb(200,63,77); }
td.TdClassName
{
border-color: #C83F4D;
}
.TagClassName
{
border-color: #C83F4D;
}
</style>