Shades of Brandy Punch #C77F41
Tints of Brandy Punch #C77F41
RGB
CMYK
RGB Variations
Color information
#C77F41 (or 0xC77F41) is known color: Brandy Punch. HEX triplet: C7, 7F and 41. RGB value is (199,127,65). Sum of RGB (Red+Green+Blue) = 199+127+65=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F41 is #3880BE. Grayscale: #8D8D8D. Windows color (decimal): -3702975 or 4292551. OLE color: 4292551.
HSL color Cylindrical-coordinate representation of color #C77F41: hue angle of 27.76º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C77F41 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 65 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.22 |
| HSL | 27.76º | 0.54% | 0.52% | - |
| HSV(B) | 27.76º | 0.67% | 0.78% | - |
| XYZ | 32.1 | 27.7 | 8.66 | - |
| YUV | 141.46 | 84.85 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 65 | 0 | 0.36 | 0.67 | 0.22 | 27.76 | 0.54 | 0.52 |
| Hex | C7 | 7F | 41 | 0 | 24 | 43 | 16 | 1C | 36 | 34 |
| Octal | 307 | 177 | 101 | 0 | 44 | 103 | 26 | 34 | 66 | 64 |
| Binary | 11000111 | 1111111 | 1000001 | 0 | 100100 | 1000011 | 10110 | 11100 | 110110 | 110100 |
Color Harmonies of #C77F41
Complementary color
Monochromatic Colors of #C77F41
Black with #C77F41
Text Example
Text Example
White with #C77F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F41; }
p { color: rgb(199,127,65); }
H1.HeaderClassName
{
color: #C77F41;
}
.AnyTagClassName
{
color: #C77F41;
}
</style>
background-color css
<style>
a { background-color: #C77F41; }
a { background-color: rgb(199,127,65); }
div.DivClassName
{
background-color: #C77F41;
}
.BgClassName
{
background-color: #C77F41;
}
</style>
border-color css
<style>
span { border-color: #C77F41; }
span { border-color: rgb(199,127,65); }
td.TdClassName
{
border-color: #C77F41;
}
.TagClassName
{
border-color: #C77F41;
}
</style>