Shades of Old Rose #C83451
Tints of Old Rose #C83451
RGB
CMYK
RGB Variations
Color information
#C83451 (or 0xC83451) is known color: Old Rose. HEX triplet: C8, 34 and 51. RGB value is (200,52,81). Sum of RGB (Red+Green+Blue) = 200+52+81=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C83451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83451 is #37CBAE. Grayscale: #636363. Windows color (decimal): -3656623 or 5321928. OLE color: 5321928.
HSL color Cylindrical-coordinate representation of color #C83451: hue angle of 348.24º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83451 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 81 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.22 |
| HSL | 348.24º | 0.59% | 0.49% | - |
| HSV(B) | 348.24º | 0.74% | 0.78% | - |
| XYZ | 26.53 | 15.33 | 9.35 | - |
| YUV | 99.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 81 | 0 | 0.74 | 0.59 | 0.22 | 348.24 | 0.59 | 0.49 |
| Hex | C8 | 34 | 51 | 0 | 4A | 3B | 16 | 15C | 3B | 31 |
| Octal | 310 | 64 | 121 | 0 | 112 | 73 | 26 | 534 | 73 | 61 |
| Binary | 11001000 | 110100 | 1010001 | 0 | 1001010 | 111011 | 10110 | 101011100 | 111011 | 110001 |
Color Harmonies of #C83451
Complementary color
Monochromatic Colors of #C83451
Black with #C83451
Text Example
Text Example
White with #C83451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83451; }
p { color: rgb(200,52,81); }
H1.HeaderClassName
{
color: #C83451;
}
.AnyTagClassName
{
color: #C83451;
}
</style>
background-color css
<style>
a { background-color: #C83451; }
a { background-color: rgb(200,52,81); }
div.DivClassName
{
background-color: #C83451;
}
.BgClassName
{
background-color: #C83451;
}
</style>
border-color css
<style>
span { border-color: #C83451; }
span { border-color: rgb(200,52,81); }
td.TdClassName
{
border-color: #C83451;
}
.TagClassName
{
border-color: #C83451;
}
</style>