Shades of Brandy Punch #C67C47
Tints of Brandy Punch #C67C47
RGB
CMYK
RGB Variations
Color information
#C67C47 (or 0xC67C47) is known color: Brandy Punch. HEX triplet: C6, 7C and 47. RGB value is (198,124,71). Sum of RGB (Red+Green+Blue) = 198+124+71=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67C47 is #3983B8. Grayscale: #8C8C8C. Windows color (decimal): -3769273 or 4684998. OLE color: 4684998.
HSL color Cylindrical-coordinate representation of color #C67C47: hue angle of 25.04º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C67C47 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 71 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.22 |
| HSL | 25.04º | 0.53% | 0.53% | - |
| HSV(B) | 25.04º | 0.64% | 0.78% | - |
| XYZ | 31.63 | 26.88 | 9.48 | - |
| YUV | 140.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 71 | 0 | 0.37 | 0.64 | 0.22 | 25.04 | 0.53 | 0.53 |
| Hex | C6 | 7C | 47 | 0 | 25 | 40 | 16 | 19 | 35 | 35 |
| Octal | 306 | 174 | 107 | 0 | 45 | 100 | 26 | 31 | 65 | 65 |
| Binary | 11000110 | 1111100 | 1000111 | 0 | 100101 | 1000000 | 10110 | 11001 | 110101 | 110101 |
Color Harmonies of #C67C47
Complementary color
Monochromatic Colors of #C67C47
Black with #C67C47
Text Example
Text Example
White with #C67C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C47; }
p { color: rgb(198,124,71); }
H1.HeaderClassName
{
color: #C67C47;
}
.AnyTagClassName
{
color: #C67C47;
}
</style>
background-color css
<style>
a { background-color: #C67C47; }
a { background-color: rgb(198,124,71); }
div.DivClassName
{
background-color: #C67C47;
}
.BgClassName
{
background-color: #C67C47;
}
</style>
border-color css
<style>
span { border-color: #C67C47; }
span { border-color: rgb(198,124,71); }
td.TdClassName
{
border-color: #C67C47;
}
.TagClassName
{
border-color: #C67C47;
}
</style>