Shades of Old Rose #C83152
Tints of Old Rose #C83152
RGB
CMYK
RGB Variations
Color information
#C83152 (or 0xC83152) is known color: Old Rose. HEX triplet: C8, 31 and 52. RGB value is (200,49,82). Sum of RGB (Red+Green+Blue) = 200+49+82=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C83152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83152 is #37CEAD. Grayscale: #616161. Windows color (decimal): -3657390 or 5386696. OLE color: 5386696.
HSL color Cylindrical-coordinate representation of color #C83152: hue angle of 346.89º degrees, saturation: 0.61, 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 #C83152 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 82 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.22 |
| HSL | 346.89º | 0.61% | 0.49% | - |
| HSV(B) | 346.89º | 0.76% | 0.78% | - |
| XYZ | 26.44 | 15.09 | 9.5 | - |
| YUV | 97.91 | 119.03 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 82 | 0 | 0.76 | 0.59 | 0.22 | 346.89 | 0.61 | 0.49 |
| Hex | C8 | 31 | 52 | 0 | 4C | 3B | 16 | 15B | 3D | 31 |
| Octal | 310 | 61 | 122 | 0 | 114 | 73 | 26 | 533 | 75 | 61 |
| Binary | 11001000 | 110001 | 1010010 | 0 | 1001100 | 111011 | 10110 | 101011011 | 111101 | 110001 |
Color Harmonies of #C83152
Complementary color
Monochromatic Colors of #C83152
Black with #C83152
Text Example
Text Example
White with #C83152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83152; }
p { color: rgb(200,49,82); }
H1.HeaderClassName
{
color: #C83152;
}
.AnyTagClassName
{
color: #C83152;
}
</style>
background-color css
<style>
a { background-color: #C83152; }
a { background-color: rgb(200,49,82); }
div.DivClassName
{
background-color: #C83152;
}
.BgClassName
{
background-color: #C83152;
}
</style>
border-color css
<style>
span { border-color: #C83152; }
span { border-color: rgb(200,49,82); }
td.TdClassName
{
border-color: #C83152;
}
.TagClassName
{
border-color: #C83152;
}
</style>