Shades of Brandy Punch #C77E44
Tints of Brandy Punch #C77E44
RGB
CMYK
RGB Variations
Color information
#C77E44 (or 0xC77E44) is known color: Brandy Punch. HEX triplet: C7, 7E and 44. RGB value is (199,126,68). Sum of RGB (Red+Green+Blue) = 199+126+68=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77E44 is #3881BB. Grayscale: #8D8D8D. Windows color (decimal): -3703228 or 4488903. OLE color: 4488903.
HSL color Cylindrical-coordinate representation of color #C77E44: hue angle of 26.56º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C77E44 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 68 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.22 |
| HSL | 26.56º | 0.54% | 0.52% | - |
| HSV(B) | 26.56º | 0.66% | 0.78% | - |
| XYZ | 32.06 | 27.48 | 9.08 | - |
| YUV | 141.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 68 | 0 | 0.37 | 0.66 | 0.22 | 26.56 | 0.54 | 0.52 |
| Hex | C7 | 7E | 44 | 0 | 25 | 42 | 16 | 1B | 36 | 34 |
| Octal | 307 | 176 | 104 | 0 | 45 | 102 | 26 | 33 | 66 | 64 |
| Binary | 11000111 | 1111110 | 1000100 | 0 | 100101 | 1000010 | 10110 | 11011 | 110110 | 110100 |
Color Harmonies of #C77E44
Complementary color
Monochromatic Colors of #C77E44
Black with #C77E44
Text Example
Text Example
White with #C77E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E44; }
p { color: rgb(199,126,68); }
H1.HeaderClassName
{
color: #C77E44;
}
.AnyTagClassName
{
color: #C77E44;
}
</style>
background-color css
<style>
a { background-color: #C77E44; }
a { background-color: rgb(199,126,68); }
div.DivClassName
{
background-color: #C77E44;
}
.BgClassName
{
background-color: #C77E44;
}
</style>
border-color css
<style>
span { border-color: #C77E44; }
span { border-color: rgb(199,126,68); }
td.TdClassName
{
border-color: #C77E44;
}
.TagClassName
{
border-color: #C77E44;
}
</style>