Shades of Old Rose #C83051
Tints of Old Rose #C83051
RGB
CMYK
RGB Variations
Color information
#C83051 (or 0xC83051) is known color: Old Rose. HEX triplet: C8, 30 and 51. RGB value is (200,48,81). Sum of RGB (Red+Green+Blue) = 200+48+81=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C83051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83051 is #37CFAE. Grayscale: #616161. Windows color (decimal): -3657647 or 5320904. OLE color: 5320904.
HSL color Cylindrical-coordinate representation of color #C83051: hue angle of 346.97º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83051 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 81 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.22 |
| HSL | 346.97º | 0.61% | 0.49% | - |
| HSV(B) | 346.97º | 0.76% | 0.78% | - |
| XYZ | 26.36 | 14.99 | 9.29 | - |
| YUV | 97.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 81 | 0 | 0.76 | 0.59 | 0.22 | 346.97 | 0.61 | 0.49 |
| Hex | C8 | 30 | 51 | 0 | 4C | 3B | 16 | 15B | 3D | 31 |
| Octal | 310 | 60 | 121 | 0 | 114 | 73 | 26 | 533 | 75 | 61 |
| Binary | 11001000 | 110000 | 1010001 | 0 | 1001100 | 111011 | 10110 | 101011011 | 111101 | 110001 |
Color Harmonies of #C83051
Complementary color
Monochromatic Colors of #C83051
Black with #C83051
Text Example
Text Example
White with #C83051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83051; }
p { color: rgb(200,48,81); }
H1.HeaderClassName
{
color: #C83051;
}
.AnyTagClassName
{
color: #C83051;
}
</style>
background-color css
<style>
a { background-color: #C83051; }
a { background-color: rgb(200,48,81); }
div.DivClassName
{
background-color: #C83051;
}
.BgClassName
{
background-color: #C83051;
}
</style>
border-color css
<style>
span { border-color: #C83051; }
span { border-color: rgb(200,48,81); }
td.TdClassName
{
border-color: #C83051;
}
.TagClassName
{
border-color: #C83051;
}
</style>