Shades of Brandy Punch #C67A43
Tints of Brandy Punch #C67A43
RGB
CMYK
RGB Variations
Color information
#C67A43 (or 0xC67A43) is known color: Brandy Punch. HEX triplet: C6, 7A and 43. RGB value is (198,122,67). Sum of RGB (Red+Green+Blue) = 198+122+67=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67A43 is #3985BC. Grayscale: #8A8A8A. Windows color (decimal): -3769789 or 4422342. OLE color: 4422342.
HSL color Cylindrical-coordinate representation of color #C67A43: hue angle of 25.19º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C67A43 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 67 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.22 |
| HSL | 25.19º | 0.53% | 0.52% | - |
| HSV(B) | 25.19º | 0.66% | 0.78% | - |
| XYZ | 31.26 | 26.33 | 8.74 | - |
| YUV | 138.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 67 | 0 | 0.38 | 0.66 | 0.22 | 25.19 | 0.53 | 0.52 |
| Hex | C6 | 7A | 43 | 0 | 26 | 42 | 16 | 19 | 35 | 34 |
| Octal | 306 | 172 | 103 | 0 | 46 | 102 | 26 | 31 | 65 | 64 |
| Binary | 11000110 | 1111010 | 1000011 | 0 | 100110 | 1000010 | 10110 | 11001 | 110101 | 110100 |
Color Harmonies of #C67A43
Complementary color
Monochromatic Colors of #C67A43
Black with #C67A43
Text Example
Text Example
White with #C67A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A43; }
p { color: rgb(198,122,67); }
H1.HeaderClassName
{
color: #C67A43;
}
.AnyTagClassName
{
color: #C67A43;
}
</style>
background-color css
<style>
a { background-color: #C67A43; }
a { background-color: rgb(198,122,67); }
div.DivClassName
{
background-color: #C67A43;
}
.BgClassName
{
background-color: #C67A43;
}
</style>
border-color css
<style>
span { border-color: #C67A43; }
span { border-color: rgb(198,122,67); }
td.TdClassName
{
border-color: #C67A43;
}
.TagClassName
{
border-color: #C67A43;
}
</style>