Shades of Old Rose #C82255
Tints of Old Rose #C82255
RGB
CMYK
RGB Variations
Color information
#C82255 (or 0xC82255) is known color: Old Rose. HEX triplet: C8, 22 and 55. RGB value is (200,34,85). Sum of RGB (Red+Green+Blue) = 200+34+85=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C82255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82255 is #37DDAA. Grayscale: #595959. Windows color (decimal): -3661227 or 5579464. OLE color: 5579464.
HSL color Cylindrical-coordinate representation of color #C82255: hue angle of 341.57º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82255 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 85 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.22 |
| HSL | 341.57º | 0.71% | 0.46% | - |
| HSV(B) | 341.57º | 0.83% | 0.78% | - |
| XYZ | 26.03 | 14.08 | 9.94 | - |
| YUV | 89.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 85 | 0 | 0.83 | 0.58 | 0.22 | 341.57 | 0.71 | 0.46 |
| Hex | C8 | 22 | 55 | 0 | 53 | 3A | 16 | 156 | 47 | 2E |
| Octal | 310 | 42 | 125 | 0 | 123 | 72 | 26 | 526 | 107 | 56 |
| Binary | 11001000 | 100010 | 1010101 | 0 | 1010011 | 111010 | 10110 | 101010110 | 1000111 | 101110 |
Color Harmonies of #C82255
Complementary color
Monochromatic Colors of #C82255
Black with #C82255
Text Example
Text Example
White with #C82255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82255; }
p { color: rgb(200,34,85); }
H1.HeaderClassName
{
color: #C82255;
}
.AnyTagClassName
{
color: #C82255;
}
</style>
background-color css
<style>
a { background-color: #C82255; }
a { background-color: rgb(200,34,85); }
div.DivClassName
{
background-color: #C82255;
}
.BgClassName
{
background-color: #C82255;
}
</style>
border-color css
<style>
span { border-color: #C82255; }
span { border-color: rgb(200,34,85); }
td.TdClassName
{
border-color: #C82255;
}
.TagClassName
{
border-color: #C82255;
}
</style>