Shades of Brandy Punch #C67C3B
Tints of Brandy Punch #C67C3B
RGB
CMYK
RGB Variations
Color information
#C67C3B (or 0xC67C3B) is known color: Brandy Punch. HEX triplet: C6, 7C and 3B. RGB value is (198,124,59). Sum of RGB (Red+Green+Blue) = 198+124+59=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67C3B is #3983C4. Grayscale: #8B8B8B. Windows color (decimal): -3769285 or 3898566. OLE color: 3898566.
HSL color Cylindrical-coordinate representation of color #C67C3B: hue angle of 28.06º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C67C3B is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 59 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.22 |
| HSL | 28.06º | 0.55% | 0.5% | - |
| HSV(B) | 28.06º | 0.7% | 0.78% | - |
| XYZ | 31.29 | 26.74 | 7.65 | - |
| YUV | 138.72 | 83.02 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 59 | 0 | 0.37 | 0.70 | 0.22 | 28.06 | 0.55 | 0.5 |
| Hex | C6 | 7C | 3B | 0 | 25 | 46 | 16 | 1C | 37 | 32 |
| Octal | 306 | 174 | 73 | 0 | 45 | 106 | 26 | 34 | 67 | 62 |
| Binary | 11000110 | 1111100 | 111011 | 0 | 100101 | 1000110 | 10110 | 11100 | 110111 | 110010 |
Color Harmonies of #C67C3B
Complementary color
Monochromatic Colors of #C67C3B
Black with #C67C3B
Text Example
Text Example
White with #C67C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C3B; }
p { color: rgb(198,124,59); }
H1.HeaderClassName
{
color: #C67C3B;
}
.AnyTagClassName
{
color: #C67C3B;
}
</style>
background-color css
<style>
a { background-color: #C67C3B; }
a { background-color: rgb(198,124,59); }
div.DivClassName
{
background-color: #C67C3B;
}
.BgClassName
{
background-color: #C67C3B;
}
</style>
border-color css
<style>
span { border-color: #C67C3B; }
span { border-color: rgb(198,124,59); }
td.TdClassName
{
border-color: #C67C3B;
}
.TagClassName
{
border-color: #C67C3B;
}
</style>