Shades of Brandy Rose #C07E73
Tints of Brandy Rose #C07E73
RGB
CMYK
RGB Variations
Color information
#C07E73 (or 0xC07E73) is known color: Brandy Rose. HEX triplet: C0, 7E and 73. RGB value is (192,126,115). Sum of RGB (Red+Green+Blue) = 192+126+115=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E73 is #3F818C. Grayscale: #909090. Windows color (decimal): -4161933 or 7569088. OLE color: 7569088.
HSL color Cylindrical-coordinate representation of color #C07E73: hue angle of 8.57º 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 #C07E73 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 115 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.25 |
| HSL | 8.57º | 0.38% | 0.6% | - |
| HSV(B) | 8.57º | 0.4% | 0.75% | - |
| XYZ | 32.29 | 27.37 | 19.8 | - |
| YUV | 144.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 115 | 0 | 0.34 | 0.40 | 0.25 | 8.57 | 0.38 | 0.6 |
| Hex | C0 | 7E | 73 | 0 | 22 | 28 | 19 | 9 | 26 | 3C |
| Octal | 300 | 176 | 163 | 0 | 42 | 50 | 31 | 11 | 46 | 74 |
| Binary | 11000000 | 1111110 | 1110011 | 0 | 100010 | 101000 | 11001 | 1001 | 100110 | 111100 |
Color Harmonies of #C07E73
Complementary color
Monochromatic Colors of #C07E73
Black with #C07E73
Text Example
Text Example
White with #C07E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E73; }
p { color: rgb(192,126,115); }
H1.HeaderClassName
{
color: #C07E73;
}
.AnyTagClassName
{
color: #C07E73;
}
</style>
background-color css
<style>
a { background-color: #C07E73; }
a { background-color: rgb(192,126,115); }
div.DivClassName
{
background-color: #C07E73;
}
.BgClassName
{
background-color: #C07E73;
}
</style>
border-color css
<style>
span { border-color: #C07E73; }
span { border-color: rgb(192,126,115); }
td.TdClassName
{
border-color: #C07E73;
}
.TagClassName
{
border-color: #C07E73;
}
</style>