Shades of Brandy Punch #C37D3D
Tints of Brandy Punch #C37D3D
RGB
CMYK
RGB Variations
Color information
#C37D3D (or 0xC37D3D) is known color: Brandy Punch. HEX triplet: C3, 7D and 3D. RGB value is (195,125,61). Sum of RGB (Red+Green+Blue) = 195+125+61=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D3D is #3C82C2. Grayscale: #8A8A8A. Windows color (decimal): -3965635 or 4029891. OLE color: 4029891.
HSL color Cylindrical-coordinate representation of color #C37D3D: hue angle of 28.66º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C37D3D is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 61 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.24 |
| HSL | 28.66º | 0.53% | 0.5% | - |
| HSV(B) | 28.66º | 0.69% | 0.76% | - |
| XYZ | 30.68 | 26.61 | 7.93 | - |
| YUV | 138.63 | 84.19 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 61 | 0 | 0.36 | 0.69 | 0.24 | 28.66 | 0.53 | 0.5 |
| Hex | C3 | 7D | 3D | 0 | 24 | 45 | 18 | 1D | 35 | 32 |
| Octal | 303 | 175 | 75 | 0 | 44 | 105 | 30 | 35 | 65 | 62 |
| Binary | 11000011 | 1111101 | 111101 | 0 | 100100 | 1000101 | 11000 | 11101 | 110101 | 110010 |
Color Harmonies of #C37D3D
Complementary color
Monochromatic Colors of #C37D3D
Black with #C37D3D
Text Example
Text Example
White with #C37D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D3D; }
p { color: rgb(195,125,61); }
H1.HeaderClassName
{
color: #C37D3D;
}
.AnyTagClassName
{
color: #C37D3D;
}
</style>
background-color css
<style>
a { background-color: #C37D3D; }
a { background-color: rgb(195,125,61); }
div.DivClassName
{
background-color: #C37D3D;
}
.BgClassName
{
background-color: #C37D3D;
}
</style>
border-color css
<style>
span { border-color: #C37D3D; }
span { border-color: rgb(195,125,61); }
td.TdClassName
{
border-color: #C37D3D;
}
.TagClassName
{
border-color: #C37D3D;
}
</style>