Shades of Brandy Punch #C07D3D
Tints of Brandy Punch #C07D3D
RGB
CMYK
RGB Variations
Color information
#C07D3D (or 0xC07D3D) is known color: Brandy Punch. HEX triplet: C0, 7D and 3D. RGB value is (192,125,61). Sum of RGB (Red+Green+Blue) = 192+125+61=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D3D is #3F82C2. Grayscale: #8A8A8A. Windows color (decimal): -4162243 or 4029888. OLE color: 4029888.
HSL color Cylindrical-coordinate representation of color #C07D3D: hue angle of 29.31º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C07D3D is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 61 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.25 |
| HSL | 29.31º | 0.52% | 0.5% | - |
| HSV(B) | 29.31º | 0.68% | 0.75% | - |
| XYZ | 29.91 | 26.21 | 7.9 | - |
| YUV | 137.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 61 | 0 | 0.35 | 0.68 | 0.25 | 29.31 | 0.52 | 0.5 |
| Hex | C0 | 7D | 3D | 0 | 23 | 44 | 19 | 1D | 34 | 32 |
| Octal | 300 | 175 | 75 | 0 | 43 | 104 | 31 | 35 | 64 | 62 |
| Binary | 11000000 | 1111101 | 111101 | 0 | 100011 | 1000100 | 11001 | 11101 | 110100 | 110010 |
Color Harmonies of #C07D3D
Complementary color
Monochromatic Colors of #C07D3D
Black with #C07D3D
Text Example
Text Example
White with #C07D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D3D; }
p { color: rgb(192,125,61); }
H1.HeaderClassName
{
color: #C07D3D;
}
.AnyTagClassName
{
color: #C07D3D;
}
</style>
background-color css
<style>
a { background-color: #C07D3D; }
a { background-color: rgb(192,125,61); }
div.DivClassName
{
background-color: #C07D3D;
}
.BgClassName
{
background-color: #C07D3D;
}
</style>
border-color css
<style>
span { border-color: #C07D3D; }
span { border-color: rgb(192,125,61); }
td.TdClassName
{
border-color: #C07D3D;
}
.TagClassName
{
border-color: #C07D3D;
}
</style>