Shades of Brandy Punch #C67D3C
Tints of Brandy Punch #C67D3C
RGB
CMYK
RGB Variations
Color information
#C67D3C (or 0xC67D3C) is known color: Brandy Punch. HEX triplet: C6, 7D and 3C. RGB value is (198,125,60). Sum of RGB (Red+Green+Blue) = 198+125+60=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67D3C is #3982C3. Grayscale: #8B8B8B. Windows color (decimal): -3769028 or 3964358. OLE color: 3964358.
HSL color Cylindrical-coordinate representation of color #C67D3C: hue angle of 28.26º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C67D3C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 60 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.22 |
| HSL | 28.26º | 0.55% | 0.51% | - |
| HSV(B) | 28.26º | 0.7% | 0.78% | - |
| XYZ | 31.44 | 27 | 7.83 | - |
| YUV | 139.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 60 | 0 | 0.37 | 0.70 | 0.22 | 28.26 | 0.55 | 0.51 |
| Hex | C6 | 7D | 3C | 0 | 25 | 46 | 16 | 1C | 37 | 33 |
| Octal | 306 | 175 | 74 | 0 | 45 | 106 | 26 | 34 | 67 | 63 |
| Binary | 11000110 | 1111101 | 111100 | 0 | 100101 | 1000110 | 10110 | 11100 | 110111 | 110011 |
Color Harmonies of #C67D3C
Complementary color
Monochromatic Colors of #C67D3C
Black with #C67D3C
Text Example
Text Example
White with #C67D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D3C; }
p { color: rgb(198,125,60); }
H1.HeaderClassName
{
color: #C67D3C;
}
.AnyTagClassName
{
color: #C67D3C;
}
</style>
background-color css
<style>
a { background-color: #C67D3C; }
a { background-color: rgb(198,125,60); }
div.DivClassName
{
background-color: #C67D3C;
}
.BgClassName
{
background-color: #C67D3C;
}
</style>
border-color css
<style>
span { border-color: #C67D3C; }
span { border-color: rgb(198,125,60); }
td.TdClassName
{
border-color: #C67D3C;
}
.TagClassName
{
border-color: #C67D3C;
}
</style>