Shades of Old Rose #C83D4F
Tints of Old Rose #C83D4F
RGB
CMYK
RGB Variations
Color information
#C83D4F (or 0xC83D4F) is known color: Old Rose. HEX triplet: C8, 3D and 4F. RGB value is (200,61,79). Sum of RGB (Red+Green+Blue) = 200+61+79=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83D4F is #37C2B0. Grayscale: #686868. Windows color (decimal): -3654321 or 5193160. OLE color: 5193160.
HSL color Cylindrical-coordinate representation of color #C83D4F: hue angle of 352.23º 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 #C83D4F is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 79 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.22 |
| HSL | 352.23º | 0.56% | 0.51% | - |
| HSV(B) | 352.23º | 0.7% | 0.78% | - |
| XYZ | 26.9 | 16.18 | 9.1 | - |
| YUV | 104.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 79 | 0 | 0.69 | 0.60 | 0.22 | 352.23 | 0.56 | 0.51 |
| Hex | C8 | 3D | 4F | 0 | 45 | 3C | 16 | 160 | 38 | 33 |
| Octal | 310 | 75 | 117 | 0 | 105 | 74 | 26 | 540 | 70 | 63 |
| Binary | 11001000 | 111101 | 1001111 | 0 | 1000101 | 111100 | 10110 | 101100000 | 111000 | 110011 |
Color Harmonies of #C83D4F
Complementary color
Monochromatic Colors of #C83D4F
Black with #C83D4F
Text Example
Text Example
White with #C83D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D4F; }
p { color: rgb(200,61,79); }
H1.HeaderClassName
{
color: #C83D4F;
}
.AnyTagClassName
{
color: #C83D4F;
}
</style>
background-color css
<style>
a { background-color: #C83D4F; }
a { background-color: rgb(200,61,79); }
div.DivClassName
{
background-color: #C83D4F;
}
.BgClassName
{
background-color: #C83D4F;
}
</style>
border-color css
<style>
span { border-color: #C83D4F; }
span { border-color: rgb(200,61,79); }
td.TdClassName
{
border-color: #C83D4F;
}
.TagClassName
{
border-color: #C83D4F;
}
</style>