Shades of Old Rose #C4274D
Tints of Old Rose #C4274D
RGB
CMYK
RGB Variations
Color information
#C4274D (or 0xC4274D) is known color: Old Rose. HEX triplet: C4, 27 and 4D. RGB value is (196,39,77). Sum of RGB (Red+Green+Blue) = 196+39+77=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C4274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4274D is #3BD8B2. Grayscale: #5A5A5A. Windows color (decimal): -3922099 or 5056452. OLE color: 5056452.
HSL color Cylindrical-coordinate representation of color #C4274D: hue angle of 345.48º degrees, saturation: 0.67, 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 #C4274D is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 77 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.23 |
| HSL | 345.48º | 0.67% | 0.46% | - |
| HSV(B) | 345.48º | 0.8% | 0.77% | - |
| XYZ | 24.83 | 13.72 | 8.36 | - |
| YUV | 90.28 | 120.51 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 77 | 0 | 0.80 | 0.61 | 0.23 | 345.48 | 0.67 | 0.46 |
| Hex | C4 | 27 | 4D | 0 | 50 | 3D | 17 | 159 | 43 | 2E |
| Octal | 304 | 47 | 115 | 0 | 120 | 75 | 27 | 531 | 103 | 56 |
| Binary | 11000100 | 100111 | 1001101 | 0 | 1010000 | 111101 | 10111 | 101011001 | 1000011 | 101110 |
Color Harmonies of #C4274D
Complementary color
Monochromatic Colors of #C4274D
Black with #C4274D
Text Example
Text Example
White with #C4274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4274D; }
p { color: rgb(196,39,77); }
H1.HeaderClassName
{
color: #C4274D;
}
.AnyTagClassName
{
color: #C4274D;
}
</style>
background-color css
<style>
a { background-color: #C4274D; }
a { background-color: rgb(196,39,77); }
div.DivClassName
{
background-color: #C4274D;
}
.BgClassName
{
background-color: #C4274D;
}
</style>
border-color css
<style>
span { border-color: #C4274D; }
span { border-color: rgb(196,39,77); }
td.TdClassName
{
border-color: #C4274D;
}
.TagClassName
{
border-color: #C4274D;
}
</style>