Shades of Old Rose #C4274B
Tints of Old Rose #C4274B
RGB
CMYK
RGB Variations
Color information
#C4274B (or 0xC4274B) is known color: Old Rose. HEX triplet: C4, 27 and 4B. RGB value is (196,39,75). Sum of RGB (Red+Green+Blue) = 196+39+75=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4274B is #3BD8B4. Grayscale: #5A5A5A. Windows color (decimal): -3922101 or 4925380. OLE color: 4925380.
HSL color Cylindrical-coordinate representation of color #C4274B: hue angle of 346.24º 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 #C4274B is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 75 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.23 |
| HSL | 346.24º | 0.67% | 0.46% | - |
| HSV(B) | 346.24º | 0.8% | 0.77% | - |
| XYZ | 24.76 | 13.69 | 7.99 | - |
| YUV | 90.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 75 | 0 | 0.80 | 0.62 | 0.23 | 346.24 | 0.67 | 0.46 |
| Hex | C4 | 27 | 4B | 0 | 50 | 3E | 17 | 15A | 43 | 2E |
| Octal | 304 | 47 | 113 | 0 | 120 | 76 | 27 | 532 | 103 | 56 |
| Binary | 11000100 | 100111 | 1001011 | 0 | 1010000 | 111110 | 10111 | 101011010 | 1000011 | 101110 |
Color Harmonies of #C4274B
Complementary color
Monochromatic Colors of #C4274B
Black with #C4274B
Text Example
Text Example
White with #C4274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4274B; }
p { color: rgb(196,39,75); }
H1.HeaderClassName
{
color: #C4274B;
}
.AnyTagClassName
{
color: #C4274B;
}
</style>
background-color css
<style>
a { background-color: #C4274B; }
a { background-color: rgb(196,39,75); }
div.DivClassName
{
background-color: #C4274B;
}
.BgClassName
{
background-color: #C4274B;
}
</style>
border-color css
<style>
span { border-color: #C4274B; }
span { border-color: rgb(196,39,75); }
td.TdClassName
{
border-color: #C4274B;
}
.TagClassName
{
border-color: #C4274B;
}
</style>