Shades of Brandy Punch #C67D46
Tints of Brandy Punch #C67D46
RGB
CMYK
RGB Variations
Color information
#C67D46 (or 0xC67D46) is known color: Brandy Punch. HEX triplet: C6, 7D and 46. RGB value is (198,125,70). Sum of RGB (Red+Green+Blue) = 198+125+70=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67D46 is #3982B9. Grayscale: #8C8C8C. Windows color (decimal): -3769018 or 4619718. OLE color: 4619718.
HSL color Cylindrical-coordinate representation of color #C67D46: hue angle of 25.78º degrees, saturation: 0.53, 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 #C67D46 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 70 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.22 |
| HSL | 25.78º | 0.53% | 0.53% | - |
| HSV(B) | 25.78º | 0.65% | 0.78% | - |
| XYZ | 31.73 | 27.12 | 9.36 | - |
| YUV | 140.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 70 | 0 | 0.37 | 0.65 | 0.22 | 25.78 | 0.53 | 0.53 |
| Hex | C6 | 7D | 46 | 0 | 25 | 41 | 16 | 1A | 35 | 35 |
| Octal | 306 | 175 | 106 | 0 | 45 | 101 | 26 | 32 | 65 | 65 |
| Binary | 11000110 | 1111101 | 1000110 | 0 | 100101 | 1000001 | 10110 | 11010 | 110101 | 110101 |
Color Harmonies of #C67D46
Complementary color
Monochromatic Colors of #C67D46
Black with #C67D46
Text Example
Text Example
White with #C67D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D46; }
p { color: rgb(198,125,70); }
H1.HeaderClassName
{
color: #C67D46;
}
.AnyTagClassName
{
color: #C67D46;
}
</style>
background-color css
<style>
a { background-color: #C67D46; }
a { background-color: rgb(198,125,70); }
div.DivClassName
{
background-color: #C67D46;
}
.BgClassName
{
background-color: #C67D46;
}
</style>
border-color css
<style>
span { border-color: #C67D46; }
span { border-color: rgb(198,125,70); }
td.TdClassName
{
border-color: #C67D46;
}
.TagClassName
{
border-color: #C67D46;
}
</style>