Shades of Brandy Punch #C67D49
Tints of Brandy Punch #C67D49
RGB
CMYK
RGB Variations
Color information
#C67D49 (or 0xC67D49) is known color: Brandy Punch. HEX triplet: C6, 7D and 49. RGB value is (198,125,73). Sum of RGB (Red+Green+Blue) = 198+125+73=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67D49 is #3982B6. Grayscale: #8D8D8D. Windows color (decimal): -3769015 or 4816326. OLE color: 4816326.
HSL color Cylindrical-coordinate representation of color #C67D49: hue angle of 24.96º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C67D49 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 73 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.22 |
| HSL | 24.96º | 0.52% | 0.53% | - |
| HSV(B) | 24.96º | 0.63% | 0.78% | - |
| XYZ | 31.82 | 27.15 | 9.87 | - |
| YUV | 140.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 73 | 0 | 0.37 | 0.63 | 0.22 | 24.96 | 0.52 | 0.53 |
| Hex | C6 | 7D | 49 | 0 | 25 | 3F | 16 | 19 | 34 | 35 |
| Octal | 306 | 175 | 111 | 0 | 45 | 77 | 26 | 31 | 64 | 65 |
| Binary | 11000110 | 1111101 | 1001001 | 0 | 100101 | 111111 | 10110 | 11001 | 110100 | 110101 |
Color Harmonies of #C67D49
Complementary color
Monochromatic Colors of #C67D49
Black with #C67D49
Text Example
Text Example
White with #C67D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D49; }
p { color: rgb(198,125,73); }
H1.HeaderClassName
{
color: #C67D49;
}
.AnyTagClassName
{
color: #C67D49;
}
</style>
background-color css
<style>
a { background-color: #C67D49; }
a { background-color: rgb(198,125,73); }
div.DivClassName
{
background-color: #C67D49;
}
.BgClassName
{
background-color: #C67D49;
}
</style>
border-color css
<style>
span { border-color: #C67D49; }
span { border-color: rgb(198,125,73); }
td.TdClassName
{
border-color: #C67D49;
}
.TagClassName
{
border-color: #C67D49;
}
</style>