Shades of Brandy Rose #C07E71
Tints of Brandy Rose #C07E71
RGB
CMYK
RGB Variations
Color information
#C07E71 (or 0xC07E71) is known color: Brandy Rose. HEX triplet: C0, 7E and 71. RGB value is (192,126,113). Sum of RGB (Red+Green+Blue) = 192+126+113=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E71 is #3F818E. Grayscale: #909090. Windows color (decimal): -4161935 or 7438016. OLE color: 7438016.
HSL color Cylindrical-coordinate representation of color #C07E71: hue angle of 9.87º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07E71 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 113 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.25 |
| HSL | 9.87º | 0.39% | 0.6% | - |
| HSV(B) | 9.87º | 0.41% | 0.75% | - |
| XYZ | 32.18 | 27.32 | 19.2 | - |
| YUV | 144.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 113 | 0 | 0.34 | 0.41 | 0.25 | 9.87 | 0.39 | 0.6 |
| Hex | C0 | 7E | 71 | 0 | 22 | 29 | 19 | A | 27 | 3C |
| Octal | 300 | 176 | 161 | 0 | 42 | 51 | 31 | 12 | 47 | 74 |
| Binary | 11000000 | 1111110 | 1110001 | 0 | 100010 | 101001 | 11001 | 1010 | 100111 | 111100 |
Color Harmonies of #C07E71
Complementary color
Monochromatic Colors of #C07E71
Black with #C07E71
Text Example
Text Example
White with #C07E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E71; }
p { color: rgb(192,126,113); }
H1.HeaderClassName
{
color: #C07E71;
}
.AnyTagClassName
{
color: #C07E71;
}
</style>
background-color css
<style>
a { background-color: #C07E71; }
a { background-color: rgb(192,126,113); }
div.DivClassName
{
background-color: #C07E71;
}
.BgClassName
{
background-color: #C07E71;
}
</style>
border-color css
<style>
span { border-color: #C07E71; }
span { border-color: rgb(192,126,113); }
td.TdClassName
{
border-color: #C07E71;
}
.TagClassName
{
border-color: #C07E71;
}
</style>