Shades of Old Rose #C92756
Tints of Old Rose #C92756
RGB
CMYK
RGB Variations
Color information
#C92756 (or 0xC92756) is known color: Old Rose. HEX triplet: C9, 27 and 56. RGB value is (201,39,86). Sum of RGB (Red+Green+Blue) = 201+39+86=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C92756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92756 is #36D8A9. Grayscale: #5C5C5C. Windows color (decimal): -3594410 or 5646281. OLE color: 5646281.
HSL color Cylindrical-coordinate representation of color #C92756: hue angle of 342.59º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92756 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 86 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.21 |
| HSL | 342.59º | 0.68% | 0.47% | - |
| HSV(B) | 342.59º | 0.81% | 0.79% | - |
| XYZ | 26.49 | 14.54 | 10.21 | - |
| YUV | 92.8 | 124.17 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 86 | 0 | 0.81 | 0.57 | 0.21 | 342.59 | 0.68 | 0.47 |
| Hex | C9 | 27 | 56 | 0 | 51 | 39 | 15 | 157 | 44 | 2F |
| Octal | 311 | 47 | 126 | 0 | 121 | 71 | 25 | 527 | 104 | 57 |
| Binary | 11001001 | 100111 | 1010110 | 0 | 1010001 | 111001 | 10101 | 101010111 | 1000100 | 101111 |
Color Harmonies of #C92756
Complementary color
Monochromatic Colors of #C92756
Black with #C92756
Text Example
Text Example
White with #C92756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92756; }
p { color: rgb(201,39,86); }
H1.HeaderClassName
{
color: #C92756;
}
.AnyTagClassName
{
color: #C92756;
}
</style>
background-color css
<style>
a { background-color: #C92756; }
a { background-color: rgb(201,39,86); }
div.DivClassName
{
background-color: #C92756;
}
.BgClassName
{
background-color: #C92756;
}
</style>
border-color css
<style>
span { border-color: #C92756; }
span { border-color: rgb(201,39,86); }
td.TdClassName
{
border-color: #C92756;
}
.TagClassName
{
border-color: #C92756;
}
</style>