Shades of Brandy Punch #C68142
Tints of Brandy Punch #C68142
RGB
CMYK
RGB Variations
Color information
#C68142 (or 0xC68142) is known color: Brandy Punch. HEX triplet: C6, 81 and 42. RGB value is (198,129,66). Sum of RGB (Red+Green+Blue) = 198+129+66=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C68142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68142 is #397EBD. Grayscale: #8E8E8E. Windows color (decimal): -3767998 or 4358598. OLE color: 4358598.
HSL color Cylindrical-coordinate representation of color #C68142: hue angle of 28.64º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C68142 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 66 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.22 |
| HSL | 28.64º | 0.54% | 0.52% | - |
| HSV(B) | 28.64º | 0.67% | 0.78% | - |
| XYZ | 32.12 | 28.1 | 8.88 | - |
| YUV | 142.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 66 | 0 | 0.35 | 0.67 | 0.22 | 28.64 | 0.54 | 0.52 |
| Hex | C6 | 81 | 42 | 0 | 23 | 43 | 16 | 1D | 36 | 34 |
| Octal | 306 | 201 | 102 | 0 | 43 | 103 | 26 | 35 | 66 | 64 |
| Binary | 11000110 | 10000001 | 1000010 | 0 | 100011 | 1000011 | 10110 | 11101 | 110110 | 110100 |
Color Harmonies of #C68142
Complementary color
Monochromatic Colors of #C68142
Black with #C68142
Text Example
Text Example
White with #C68142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68142; }
p { color: rgb(198,129,66); }
H1.HeaderClassName
{
color: #C68142;
}
.AnyTagClassName
{
color: #C68142;
}
</style>
background-color css
<style>
a { background-color: #C68142; }
a { background-color: rgb(198,129,66); }
div.DivClassName
{
background-color: #C68142;
}
.BgClassName
{
background-color: #C68142;
}
</style>
border-color css
<style>
span { border-color: #C68142; }
span { border-color: rgb(198,129,66); }
td.TdClassName
{
border-color: #C68142;
}
.TagClassName
{
border-color: #C68142;
}
</style>