Shades of Old Rose #C82756
Tints of Old Rose #C82756
RGB
CMYK
RGB Variations
Color information
#C82756 (or 0xC82756) is known color: Old Rose. HEX triplet: C8, 27 and 56. RGB value is (200,39,86). Sum of RGB (Red+Green+Blue) = 200+39+86=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C82756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82756 is #37D8A9. Grayscale: #5C5C5C. Windows color (decimal): -3659946 or 5646280. OLE color: 5646280.
HSL color Cylindrical-coordinate representation of color #C82756: hue angle of 342.48º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82756 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 86 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.22 |
| HSL | 342.48º | 0.67% | 0.47% | - |
| HSV(B) | 342.48º | 0.81% | 0.78% | - |
| XYZ | 26.22 | 14.4 | 10.2 | - |
| YUV | 92.5 | 124.34 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 86 | 0 | 0.80 | 0.57 | 0.22 | 342.48 | 0.67 | 0.47 |
| Hex | C8 | 27 | 56 | 0 | 50 | 39 | 16 | 156 | 43 | 2F |
| Octal | 310 | 47 | 126 | 0 | 120 | 71 | 26 | 526 | 103 | 57 |
| Binary | 11001000 | 100111 | 1010110 | 0 | 1010000 | 111001 | 10110 | 101010110 | 1000011 | 101111 |
Color Harmonies of #C82756
Complementary color
Monochromatic Colors of #C82756
Black with #C82756
Text Example
Text Example
White with #C82756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82756; }
p { color: rgb(200,39,86); }
H1.HeaderClassName
{
color: #C82756;
}
.AnyTagClassName
{
color: #C82756;
}
</style>
background-color css
<style>
a { background-color: #C82756; }
a { background-color: rgb(200,39,86); }
div.DivClassName
{
background-color: #C82756;
}
.BgClassName
{
background-color: #C82756;
}
</style>
border-color css
<style>
span { border-color: #C82756; }
span { border-color: rgb(200,39,86); }
td.TdClassName
{
border-color: #C82756;
}
.TagClassName
{
border-color: #C82756;
}
</style>