Shades of Old Rose #C82958
Tints of Old Rose #C82958
RGB
CMYK
RGB Variations
Color information
#C82958 (or 0xC82958) is known color: Old Rose. HEX triplet: C8, 29 and 58. RGB value is (200,41,88). Sum of RGB (Red+Green+Blue) = 200+41+88=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C82958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82958 is #37D6A7. Grayscale: #5D5D5D. Windows color (decimal): -3659432 or 5777864. OLE color: 5777864.
HSL color Cylindrical-coordinate representation of color #C82958: hue angle of 342.26º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82958 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 88 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.22 |
| HSL | 342.26º | 0.66% | 0.47% | - |
| HSV(B) | 342.26º | 0.8% | 0.78% | - |
| XYZ | 26.37 | 14.57 | 10.65 | - |
| YUV | 93.9 | 124.68 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 88 | 0 | 0.80 | 0.56 | 0.22 | 342.26 | 0.66 | 0.47 |
| Hex | C8 | 29 | 58 | 0 | 50 | 38 | 16 | 156 | 42 | 2F |
| Octal | 310 | 51 | 130 | 0 | 120 | 70 | 26 | 526 | 102 | 57 |
| Binary | 11001000 | 101001 | 1011000 | 0 | 1010000 | 111000 | 10110 | 101010110 | 1000010 | 101111 |
Color Harmonies of #C82958
Complementary color
Monochromatic Colors of #C82958
Black with #C82958
Text Example
Text Example
White with #C82958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82958; }
p { color: rgb(200,41,88); }
H1.HeaderClassName
{
color: #C82958;
}
.AnyTagClassName
{
color: #C82958;
}
</style>
background-color css
<style>
a { background-color: #C82958; }
a { background-color: rgb(200,41,88); }
div.DivClassName
{
background-color: #C82958;
}
.BgClassName
{
background-color: #C82958;
}
</style>
border-color css
<style>
span { border-color: #C82958; }
span { border-color: rgb(200,41,88); }
td.TdClassName
{
border-color: #C82958;
}
.TagClassName
{
border-color: #C82958;
}
</style>