Shades of Brandy Punch #C67A40
Tints of Brandy Punch #C67A40
RGB
CMYK
RGB Variations
Color information
#C67A40 (or 0xC67A40) is known color: Brandy Punch. HEX triplet: C6, 7A and 40. RGB value is (198,122,64). Sum of RGB (Red+Green+Blue) = 198+122+64=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67A40 is #3985BF. Grayscale: #8A8A8A. Windows color (decimal): -3769792 or 4225734. OLE color: 4225734.
HSL color Cylindrical-coordinate representation of color #C67A40: hue angle of 25.97º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C67A40 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 64 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.22 |
| HSL | 25.97º | 0.54% | 0.51% | - |
| HSV(B) | 25.97º | 0.68% | 0.78% | - |
| XYZ | 31.17 | 26.3 | 8.28 | - |
| YUV | 138.11 | 86.18 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 64 | 0 | 0.38 | 0.68 | 0.22 | 25.97 | 0.54 | 0.51 |
| Hex | C6 | 7A | 40 | 0 | 26 | 44 | 16 | 1A | 36 | 33 |
| Octal | 306 | 172 | 100 | 0 | 46 | 104 | 26 | 32 | 66 | 63 |
| Binary | 11000110 | 1111010 | 1000000 | 0 | 100110 | 1000100 | 10110 | 11010 | 110110 | 110011 |
Color Harmonies of #C67A40
Complementary color
Monochromatic Colors of #C67A40
Black with #C67A40
Text Example
Text Example
White with #C67A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A40; }
p { color: rgb(198,122,64); }
H1.HeaderClassName
{
color: #C67A40;
}
.AnyTagClassName
{
color: #C67A40;
}
</style>
background-color css
<style>
a { background-color: #C67A40; }
a { background-color: rgb(198,122,64); }
div.DivClassName
{
background-color: #C67A40;
}
.BgClassName
{
background-color: #C67A40;
}
</style>
border-color css
<style>
span { border-color: #C67A40; }
span { border-color: rgb(198,122,64); }
td.TdClassName
{
border-color: #C67A40;
}
.TagClassName
{
border-color: #C67A40;
}
</style>