Shades of Old Rose #C92C4A
Tints of Old Rose #C92C4A
RGB
CMYK
RGB Variations
Color information
#C92C4A (or 0xC92C4A) is known color: Old Rose. HEX triplet: C9, 2C and 4A. RGB value is (201,44,74). Sum of RGB (Red+Green+Blue) = 201+44+74=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92C4A is #36D3B5. Grayscale: #5E5E5E. Windows color (decimal): -3593142 or 4861129. OLE color: 4861129.
HSL color Cylindrical-coordinate representation of color #C92C4A: hue angle of 348.54º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92C4A is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 74 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.21 |
| HSL | 348.54º | 0.64% | 0.48% | - |
| HSV(B) | 348.54º | 0.78% | 0.79% | - |
| XYZ | 26.22 | 14.71 | 7.94 | - |
| YUV | 94.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 74 | 0 | 0.78 | 0.63 | 0.21 | 348.54 | 0.64 | 0.48 |
| Hex | C9 | 2C | 4A | 0 | 4E | 3F | 15 | 15D | 40 | 30 |
| Octal | 311 | 54 | 112 | 0 | 116 | 77 | 25 | 535 | 100 | 60 |
| Binary | 11001001 | 101100 | 1001010 | 0 | 1001110 | 111111 | 10101 | 101011101 | 1000000 | 110000 |
Color Harmonies of #C92C4A
Complementary color
Monochromatic Colors of #C92C4A
Black with #C92C4A
Text Example
Text Example
White with #C92C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92C4A; }
p { color: rgb(201,44,74); }
H1.HeaderClassName
{
color: #C92C4A;
}
.AnyTagClassName
{
color: #C92C4A;
}
</style>
background-color css
<style>
a { background-color: #C92C4A; }
a { background-color: rgb(201,44,74); }
div.DivClassName
{
background-color: #C92C4A;
}
.BgClassName
{
background-color: #C92C4A;
}
</style>
border-color css
<style>
span { border-color: #C92C4A; }
span { border-color: rgb(201,44,74); }
td.TdClassName
{
border-color: #C92C4A;
}
.TagClassName
{
border-color: #C92C4A;
}
</style>