Shades of Brandy Punch #C77F46
Tints of Brandy Punch #C77F46
RGB
CMYK
RGB Variations
Color information
#C77F46 (or 0xC77F46) is known color: Brandy Punch. HEX triplet: C7, 7F and 46. RGB value is (199,127,70). Sum of RGB (Red+Green+Blue) = 199+127+70=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F46 is #3880B9. Grayscale: #8E8E8E. Windows color (decimal): -3702970 or 4620231. OLE color: 4620231.
HSL color Cylindrical-coordinate representation of color #C77F46: hue angle of 26.51º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C77F46 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 70 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.22 |
| HSL | 26.51º | 0.54% | 0.53% | - |
| HSV(B) | 26.51º | 0.65% | 0.78% | - |
| XYZ | 32.25 | 27.76 | 9.45 | - |
| YUV | 142.03 | 87.35 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 70 | 0 | 0.36 | 0.65 | 0.22 | 26.51 | 0.54 | 0.53 |
| Hex | C7 | 7F | 46 | 0 | 24 | 41 | 16 | 1B | 36 | 35 |
| Octal | 307 | 177 | 106 | 0 | 44 | 101 | 26 | 33 | 66 | 65 |
| Binary | 11000111 | 1111111 | 1000110 | 0 | 100100 | 1000001 | 10110 | 11011 | 110110 | 110101 |
Color Harmonies of #C77F46
Complementary color
Monochromatic Colors of #C77F46
Black with #C77F46
Text Example
Text Example
White with #C77F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F46; }
p { color: rgb(199,127,70); }
H1.HeaderClassName
{
color: #C77F46;
}
.AnyTagClassName
{
color: #C77F46;
}
</style>
background-color css
<style>
a { background-color: #C77F46; }
a { background-color: rgb(199,127,70); }
div.DivClassName
{
background-color: #C77F46;
}
.BgClassName
{
background-color: #C77F46;
}
</style>
border-color css
<style>
span { border-color: #C77F46; }
span { border-color: rgb(199,127,70); }
td.TdClassName
{
border-color: #C77F46;
}
.TagClassName
{
border-color: #C77F46;
}
</style>