Shades of Old Rose #C82C53
Tints of Old Rose #C82C53
RGB
CMYK
RGB Variations
Color information
#C82C53 (or 0xC82C53) is known color: Old Rose. HEX triplet: C8, 2C and 53. RGB value is (200,44,83). Sum of RGB (Red+Green+Blue) = 200+44+83=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82C53 is #37D3AC. Grayscale: #5F5F5F. Windows color (decimal): -3658669 or 5450952. OLE color: 5450952.
HSL color Cylindrical-coordinate representation of color #C82C53: hue angle of 345º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82C53 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 83 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.22 |
| HSL | 345º | 0.64% | 0.48% | - |
| HSV(B) | 345º | 0.78% | 0.78% | - |
| XYZ | 26.28 | 14.71 | 9.64 | - |
| YUV | 95.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 83 | 0 | 0.78 | 0.58 | 0.22 | 345 | 0.64 | 0.48 |
| Hex | C8 | 2C | 53 | 0 | 4E | 3A | 16 | 159 | 40 | 30 |
| Octal | 310 | 54 | 123 | 0 | 116 | 72 | 26 | 531 | 100 | 60 |
| Binary | 11001000 | 101100 | 1010011 | 0 | 1001110 | 111010 | 10110 | 101011001 | 1000000 | 110000 |
Color Harmonies of #C82C53
Complementary color
Monochromatic Colors of #C82C53
Black with #C82C53
Text Example
Text Example
White with #C82C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82C53; }
p { color: rgb(200,44,83); }
H1.HeaderClassName
{
color: #C82C53;
}
.AnyTagClassName
{
color: #C82C53;
}
</style>
background-color css
<style>
a { background-color: #C82C53; }
a { background-color: rgb(200,44,83); }
div.DivClassName
{
background-color: #C82C53;
}
.BgClassName
{
background-color: #C82C53;
}
</style>
border-color css
<style>
span { border-color: #C82C53; }
span { border-color: rgb(200,44,83); }
td.TdClassName
{
border-color: #C82C53;
}
.TagClassName
{
border-color: #C82C53;
}
</style>