Shades of Brandy Punch #C6824C
Tints of Brandy Punch #C6824C
RGB
CMYK
RGB Variations
Color information
#C6824C (or 0xC6824C) is known color: Brandy Punch. HEX triplet: C6, 82 and 4C. RGB value is (198,130,76). Sum of RGB (Red+Green+Blue) = 198+130+76=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6824C is #397DB3. Grayscale: #909090. Windows color (decimal): -3767732 or 5014214. OLE color: 5014214.
HSL color Cylindrical-coordinate representation of color #C6824C: hue angle of 26.56º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6824C is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 76 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.22 |
| HSL | 26.56º | 0.52% | 0.54% | - |
| HSV(B) | 26.56º | 0.62% | 0.78% | - |
| XYZ | 32.58 | 28.49 | 10.62 | - |
| YUV | 144.18 | 89.53 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 76 | 0 | 0.34 | 0.62 | 0.22 | 26.56 | 0.52 | 0.54 |
| Hex | C6 | 82 | 4C | 0 | 22 | 3E | 16 | 1B | 34 | 36 |
| Octal | 306 | 202 | 114 | 0 | 42 | 76 | 26 | 33 | 64 | 66 |
| Binary | 11000110 | 10000010 | 1001100 | 0 | 100010 | 111110 | 10110 | 11011 | 110100 | 110110 |
Color Harmonies of #C6824C
Complementary color
Monochromatic Colors of #C6824C
Black with #C6824C
Text Example
Text Example
White with #C6824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6824C; }
p { color: rgb(198,130,76); }
H1.HeaderClassName
{
color: #C6824C;
}
.AnyTagClassName
{
color: #C6824C;
}
</style>
background-color css
<style>
a { background-color: #C6824C; }
a { background-color: rgb(198,130,76); }
div.DivClassName
{
background-color: #C6824C;
}
.BgClassName
{
background-color: #C6824C;
}
</style>
border-color css
<style>
span { border-color: #C6824C; }
span { border-color: rgb(198,130,76); }
td.TdClassName
{
border-color: #C6824C;
}
.TagClassName
{
border-color: #C6824C;
}
</style>