Shades of Old Rose #C83D55
Tints of Old Rose #C83D55
RGB
CMYK
RGB Variations
Color information
#C83D55 (or 0xC83D55) is known color: Old Rose. HEX triplet: C8, 3D and 55. RGB value is (200,61,85). Sum of RGB (Red+Green+Blue) = 200+61+85=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83D55 is #37C2AA. Grayscale: #696969. Windows color (decimal): -3654315 or 5586376. OLE color: 5586376.
HSL color Cylindrical-coordinate representation of color #C83D55: hue angle of 349.64º 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 #C83D55 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 85 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.22 |
| HSL | 349.64º | 0.56% | 0.51% | - |
| HSV(B) | 349.64º | 0.7% | 0.78% | - |
| XYZ | 27.13 | 16.27 | 10.31 | - |
| YUV | 105.3 | 116.55 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 85 | 0 | 0.69 | 0.58 | 0.22 | 349.64 | 0.56 | 0.51 |
| Hex | C8 | 3D | 55 | 0 | 45 | 3A | 16 | 15E | 38 | 33 |
| Octal | 310 | 75 | 125 | 0 | 105 | 72 | 26 | 536 | 70 | 63 |
| Binary | 11001000 | 111101 | 1010101 | 0 | 1000101 | 111010 | 10110 | 101011110 | 111000 | 110011 |
Color Harmonies of #C83D55
Complementary color
Monochromatic Colors of #C83D55
Black with #C83D55
Text Example
Text Example
White with #C83D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D55; }
p { color: rgb(200,61,85); }
H1.HeaderClassName
{
color: #C83D55;
}
.AnyTagClassName
{
color: #C83D55;
}
</style>
background-color css
<style>
a { background-color: #C83D55; }
a { background-color: rgb(200,61,85); }
div.DivClassName
{
background-color: #C83D55;
}
.BgClassName
{
background-color: #C83D55;
}
</style>
border-color css
<style>
span { border-color: #C83D55; }
span { border-color: rgb(200,61,85); }
td.TdClassName
{
border-color: #C83D55;
}
.TagClassName
{
border-color: #C83D55;
}
</style>