Shades of Brandy Rose #C07E74
Tints of Brandy Rose #C07E74
RGB
CMYK
RGB Variations
Color information
#C07E74 (or 0xC07E74) is known color: Brandy Rose. HEX triplet: C0, 7E and 74. RGB value is (192,126,116). Sum of RGB (Red+Green+Blue) = 192+126+116=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E74 is #3F818B. Grayscale: #909090. Windows color (decimal): -4161932 or 7634624. OLE color: 7634624.
HSL color Cylindrical-coordinate representation of color #C07E74: hue angle of 7.89º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07E74 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 116 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.25 |
| HSL | 7.89º | 0.38% | 0.6% | - |
| HSV(B) | 7.89º | 0.4% | 0.75% | - |
| XYZ | 32.35 | 27.39 | 20.1 | - |
| YUV | 144.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 116 | 0 | 0.34 | 0.40 | 0.25 | 7.89 | 0.38 | 0.6 |
| Hex | C0 | 7E | 74 | 0 | 22 | 28 | 19 | 8 | 26 | 3C |
| Octal | 300 | 176 | 164 | 0 | 42 | 50 | 31 | 10 | 46 | 74 |
| Binary | 11000000 | 1111110 | 1110100 | 0 | 100010 | 101000 | 11001 | 1000 | 100110 | 111100 |
Color Harmonies of #C07E74
Complementary color
Monochromatic Colors of #C07E74
Black with #C07E74
Text Example
Text Example
White with #C07E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E74; }
p { color: rgb(192,126,116); }
H1.HeaderClassName
{
color: #C07E74;
}
.AnyTagClassName
{
color: #C07E74;
}
</style>
background-color css
<style>
a { background-color: #C07E74; }
a { background-color: rgb(192,126,116); }
div.DivClassName
{
background-color: #C07E74;
}
.BgClassName
{
background-color: #C07E74;
}
</style>
border-color css
<style>
span { border-color: #C07E74; }
span { border-color: rgb(192,126,116); }
td.TdClassName
{
border-color: #C07E74;
}
.TagClassName
{
border-color: #C07E74;
}
</style>