Shades of Brandy Punch #C37D3C
Tints of Brandy Punch #C37D3C
RGB
CMYK
RGB Variations
Color information
#C37D3C (or 0xC37D3C) is known color: Brandy Punch. HEX triplet: C3, 7D and 3C. RGB value is (195,125,60). Sum of RGB (Red+Green+Blue) = 195+125+60=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D3C is #3C82C3. Grayscale: #8A8A8A. Windows color (decimal): -3965636 or 3964355. OLE color: 3964355.
HSL color Cylindrical-coordinate representation of color #C37D3C: hue angle of 28.89º 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 #C37D3C is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 60 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.24 |
| HSL | 28.89º | 0.53% | 0.5% | - |
| HSV(B) | 28.89º | 0.69% | 0.76% | - |
| XYZ | 30.65 | 26.6 | 7.79 | - |
| YUV | 138.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 60 | 0 | 0.36 | 0.69 | 0.24 | 28.89 | 0.53 | 0.5 |
| Hex | C3 | 7D | 3C | 0 | 24 | 45 | 18 | 1D | 35 | 32 |
| Octal | 303 | 175 | 74 | 0 | 44 | 105 | 30 | 35 | 65 | 62 |
| Binary | 11000011 | 1111101 | 111100 | 0 | 100100 | 1000101 | 11000 | 11101 | 110101 | 110010 |
Color Harmonies of #C37D3C
Complementary color
Monochromatic Colors of #C37D3C
Black with #C37D3C
Text Example
Text Example
White with #C37D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D3C; }
p { color: rgb(195,125,60); }
H1.HeaderClassName
{
color: #C37D3C;
}
.AnyTagClassName
{
color: #C37D3C;
}
</style>
background-color css
<style>
a { background-color: #C37D3C; }
a { background-color: rgb(195,125,60); }
div.DivClassName
{
background-color: #C37D3C;
}
.BgClassName
{
background-color: #C37D3C;
}
</style>
border-color css
<style>
span { border-color: #C37D3C; }
span { border-color: rgb(195,125,60); }
td.TdClassName
{
border-color: #C37D3C;
}
.TagClassName
{
border-color: #C37D3C;
}
</style>