Shades of Brandy Punch #C67842
Tints of Brandy Punch #C67842
RGB
CMYK
RGB Variations
Color information
#C67842 (or 0xC67842) is known color: Brandy Punch. HEX triplet: C6, 78 and 42. RGB value is (198,120,66). Sum of RGB (Red+Green+Blue) = 198+120+66=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C67842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67842 is #3987BD. Grayscale: #898989. Windows color (decimal): -3770302 or 4356294. OLE color: 4356294.
HSL color Cylindrical-coordinate representation of color #C67842: hue angle of 24.55º 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 #C67842 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 66 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.22 |
| HSL | 24.55º | 0.54% | 0.52% | - |
| HSV(B) | 24.55º | 0.67% | 0.78% | - |
| XYZ | 30.99 | 25.83 | 8.51 | - |
| YUV | 137.17 | 87.84 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 66 | 0 | 0.39 | 0.67 | 0.22 | 24.55 | 0.54 | 0.52 |
| Hex | C6 | 78 | 42 | 0 | 27 | 43 | 16 | 19 | 36 | 34 |
| Octal | 306 | 170 | 102 | 0 | 47 | 103 | 26 | 31 | 66 | 64 |
| Binary | 11000110 | 1111000 | 1000010 | 0 | 100111 | 1000011 | 10110 | 11001 | 110110 | 110100 |
Color Harmonies of #C67842
Complementary color
Monochromatic Colors of #C67842
Black with #C67842
Text Example
Text Example
White with #C67842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67842; }
p { color: rgb(198,120,66); }
H1.HeaderClassName
{
color: #C67842;
}
.AnyTagClassName
{
color: #C67842;
}
</style>
background-color css
<style>
a { background-color: #C67842; }
a { background-color: rgb(198,120,66); }
div.DivClassName
{
background-color: #C67842;
}
.BgClassName
{
background-color: #C67842;
}
</style>
border-color css
<style>
span { border-color: #C67842; }
span { border-color: rgb(198,120,66); }
td.TdClassName
{
border-color: #C67842;
}
.TagClassName
{
border-color: #C67842;
}
</style>