Shades of Brandy Punch #C77944
Tints of Brandy Punch #C77944
RGB
CMYK
RGB Variations
Color information
#C77944 (or 0xC77944) is known color: Brandy Punch. HEX triplet: C7, 79 and 44. RGB value is (199,121,68). Sum of RGB (Red+Green+Blue) = 199+121+68=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C77944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77944 is #3886BB. Grayscale: #8A8A8A. Windows color (decimal): -3704508 or 4487623. OLE color: 4487623.
HSL color Cylindrical-coordinate representation of color #C77944: hue angle of 24.27º 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 #C77944 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 68 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.22 |
| HSL | 24.27º | 0.54% | 0.52% | - |
| HSV(B) | 24.27º | 0.66% | 0.78% | - |
| XYZ | 31.43 | 26.23 | 8.88 | - |
| YUV | 138.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 68 | 0 | 0.39 | 0.66 | 0.22 | 24.27 | 0.54 | 0.52 |
| Hex | C7 | 79 | 44 | 0 | 27 | 42 | 16 | 18 | 36 | 34 |
| Octal | 307 | 171 | 104 | 0 | 47 | 102 | 26 | 30 | 66 | 64 |
| Binary | 11000111 | 1111001 | 1000100 | 0 | 100111 | 1000010 | 10110 | 11000 | 110110 | 110100 |
Color Harmonies of #C77944
Complementary color
Monochromatic Colors of #C77944
Black with #C77944
Text Example
Text Example
White with #C77944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77944; }
p { color: rgb(199,121,68); }
H1.HeaderClassName
{
color: #C77944;
}
.AnyTagClassName
{
color: #C77944;
}
</style>
background-color css
<style>
a { background-color: #C77944; }
a { background-color: rgb(199,121,68); }
div.DivClassName
{
background-color: #C77944;
}
.BgClassName
{
background-color: #C77944;
}
</style>
border-color css
<style>
span { border-color: #C77944; }
span { border-color: rgb(199,121,68); }
td.TdClassName
{
border-color: #C77944;
}
.TagClassName
{
border-color: #C77944;
}
</style>