Shades of Old Rose #C92656
Tints of Old Rose #C92656
RGB
CMYK
RGB Variations
Color information
#C92656 (or 0xC92656) is known color: Old Rose. HEX triplet: C9, 26 and 56. RGB value is (201,38,86). Sum of RGB (Red+Green+Blue) = 201+38+86=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C92656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92656 is #36D9A9. Grayscale: #5C5C5C. Windows color (decimal): -3594666 or 5646025. OLE color: 5646025.
HSL color Cylindrical-coordinate representation of color #C92656: hue angle of 342.33º 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 #C92656 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 86 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.21 |
| HSL | 342.33º | 0.68% | 0.47% | - |
| HSV(B) | 342.33º | 0.81% | 0.79% | - |
| XYZ | 26.46 | 14.48 | 10.2 | - |
| YUV | 92.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 86 | 0 | 0.81 | 0.57 | 0.21 | 342.33 | 0.68 | 0.47 |
| Hex | C9 | 26 | 56 | 0 | 51 | 39 | 15 | 156 | 44 | 2F |
| Octal | 311 | 46 | 126 | 0 | 121 | 71 | 25 | 526 | 104 | 57 |
| Binary | 11001001 | 100110 | 1010110 | 0 | 1010001 | 111001 | 10101 | 101010110 | 1000100 | 101111 |
Color Harmonies of #C92656
Complementary color
Monochromatic Colors of #C92656
Black with #C92656
Text Example
Text Example
White with #C92656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92656; }
p { color: rgb(201,38,86); }
H1.HeaderClassName
{
color: #C92656;
}
.AnyTagClassName
{
color: #C92656;
}
</style>
background-color css
<style>
a { background-color: #C92656; }
a { background-color: rgb(201,38,86); }
div.DivClassName
{
background-color: #C92656;
}
.BgClassName
{
background-color: #C92656;
}
</style>
border-color css
<style>
span { border-color: #C92656; }
span { border-color: rgb(201,38,86); }
td.TdClassName
{
border-color: #C92656;
}
.TagClassName
{
border-color: #C92656;
}
</style>