Shades of Old Rose #C4284D
Tints of Old Rose #C4284D
RGB
CMYK
RGB Variations
Color information
#C4284D (or 0xC4284D) is known color: Old Rose. HEX triplet: C4, 28 and 4D. RGB value is (196,40,77). Sum of RGB (Red+Green+Blue) = 196+40+77=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C4284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4284D is #3BD7B2. Grayscale: #5A5A5A. Windows color (decimal): -3921843 or 5056708. OLE color: 5056708.
HSL color Cylindrical-coordinate representation of color #C4284D: hue angle of 345.77º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4284D is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 77 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.23 |
| HSL | 345.77º | 0.66% | 0.46% | - |
| HSV(B) | 345.77º | 0.8% | 0.77% | - |
| XYZ | 24.86 | 13.79 | 8.37 | - |
| YUV | 90.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 77 | 0 | 0.80 | 0.61 | 0.23 | 345.77 | 0.66 | 0.46 |
| Hex | C4 | 28 | 4D | 0 | 50 | 3D | 17 | 15A | 42 | 2E |
| Octal | 304 | 50 | 115 | 0 | 120 | 75 | 27 | 532 | 102 | 56 |
| Binary | 11000100 | 101000 | 1001101 | 0 | 1010000 | 111101 | 10111 | 101011010 | 1000010 | 101110 |
Color Harmonies of #C4284D
Complementary color
Monochromatic Colors of #C4284D
Black with #C4284D
Text Example
Text Example
White with #C4284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4284D; }
p { color: rgb(196,40,77); }
H1.HeaderClassName
{
color: #C4284D;
}
.AnyTagClassName
{
color: #C4284D;
}
</style>
background-color css
<style>
a { background-color: #C4284D; }
a { background-color: rgb(196,40,77); }
div.DivClassName
{
background-color: #C4284D;
}
.BgClassName
{
background-color: #C4284D;
}
</style>
border-color css
<style>
span { border-color: #C4284D; }
span { border-color: rgb(196,40,77); }
td.TdClassName
{
border-color: #C4284D;
}
.TagClassName
{
border-color: #C4284D;
}
</style>