Shades of Old Rose #C83250
Tints of Old Rose #C83250
RGB
CMYK
RGB Variations
Color information
#C83250 (or 0xC83250) is known color: Old Rose. HEX triplet: C8, 32 and 50. RGB value is (200,50,80). Sum of RGB (Red+Green+Blue) = 200+50+80=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C83250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83250 is #37CDAF. Grayscale: #626262. Windows color (decimal): -3657136 or 5255880. OLE color: 5255880.
HSL color Cylindrical-coordinate representation of color #C83250: hue angle of 348º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83250 is Cyan = 0, Magento = 0.75, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 80 | - |
| CMYK | 0 | 0.75 | 0.6 | 0.22 |
| HSL | 348º | 0.6% | 0.49% | - |
| HSV(B) | 348º | 0.75% | 0.78% | - |
| XYZ | 26.41 | 15.14 | 9.12 | - |
| YUV | 98.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 80 | 0 | 0.75 | 0.6 | 0.22 | 348 | 0.6 | 0.49 |
| Hex | C8 | 32 | 50 | 0 | 4B | 3C | 16 | 15C | 3C | 31 |
| Octal | 310 | 62 | 120 | 0 | 113 | 74 | 26 | 534 | 74 | 61 |
| Binary | 11001000 | 110010 | 1010000 | 0 | 1001011 | 111100 | 10110 | 101011100 | 111100 | 110001 |
Color Harmonies of #C83250
Complementary color
Monochromatic Colors of #C83250
Black with #C83250
Text Example
Text Example
White with #C83250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83250; }
p { color: rgb(200,50,80); }
H1.HeaderClassName
{
color: #C83250;
}
.AnyTagClassName
{
color: #C83250;
}
</style>
background-color css
<style>
a { background-color: #C83250; }
a { background-color: rgb(200,50,80); }
div.DivClassName
{
background-color: #C83250;
}
.BgClassName
{
background-color: #C83250;
}
</style>
border-color css
<style>
span { border-color: #C83250; }
span { border-color: rgb(200,50,80); }
td.TdClassName
{
border-color: #C83250;
}
.TagClassName
{
border-color: #C83250;
}
</style>