Shades of Old Rose #C82957
Tints of Old Rose #C82957
RGB
CMYK
RGB Variations
Color information
#C82957 (or 0xC82957) is known color: Old Rose. HEX triplet: C8, 29 and 57. RGB value is (200,41,87). Sum of RGB (Red+Green+Blue) = 200+41+87=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C82957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82957 is #37D6A8. Grayscale: #5D5D5D. Windows color (decimal): -3659433 or 5712328. OLE color: 5712328.
HSL color Cylindrical-coordinate representation of color #C82957: hue angle of 342.64º 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 #C82957 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 87 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.22 |
| HSL | 342.64º | 0.66% | 0.47% | - |
| HSV(B) | 342.64º | 0.8% | 0.78% | - |
| XYZ | 26.33 | 14.55 | 10.44 | - |
| YUV | 93.79 | 124.18 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 87 | 0 | 0.80 | 0.56 | 0.22 | 342.64 | 0.66 | 0.47 |
| Hex | C8 | 29 | 57 | 0 | 50 | 38 | 16 | 157 | 42 | 2F |
| Octal | 310 | 51 | 127 | 0 | 120 | 70 | 26 | 527 | 102 | 57 |
| Binary | 11001000 | 101001 | 1010111 | 0 | 1010000 | 111000 | 10110 | 101010111 | 1000010 | 101111 |
Color Harmonies of #C82957
Complementary color
Monochromatic Colors of #C82957
Black with #C82957
Text Example
Text Example
White with #C82957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82957; }
p { color: rgb(200,41,87); }
H1.HeaderClassName
{
color: #C82957;
}
.AnyTagClassName
{
color: #C82957;
}
</style>
background-color css
<style>
a { background-color: #C82957; }
a { background-color: rgb(200,41,87); }
div.DivClassName
{
background-color: #C82957;
}
.BgClassName
{
background-color: #C82957;
}
</style>
border-color css
<style>
span { border-color: #C82957; }
span { border-color: rgb(200,41,87); }
td.TdClassName
{
border-color: #C82957;
}
.TagClassName
{
border-color: #C82957;
}
</style>