Shades of Brandy Punch #C37D41
Tints of Brandy Punch #C37D41
RGB
CMYK
RGB Variations
Color information
#C37D41 (or 0xC37D41) is known color: Brandy Punch. HEX triplet: C3, 7D and 41. RGB value is (195,125,65). Sum of RGB (Red+Green+Blue) = 195+125+65=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D41 is #3C82BE. Grayscale: #8B8B8B. Windows color (decimal): -3965631 or 4292035. OLE color: 4292035.
HSL color Cylindrical-coordinate representation of color #C37D41: hue angle of 27.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C37D41 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 65 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.24 |
| HSL | 27.69º | 0.52% | 0.51% | - |
| HSV(B) | 27.69º | 0.67% | 0.76% | - |
| XYZ | 30.79 | 26.65 | 8.52 | - |
| YUV | 139.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 65 | 0 | 0.36 | 0.67 | 0.24 | 27.69 | 0.52 | 0.51 |
| Hex | C3 | 7D | 41 | 0 | 24 | 43 | 18 | 1C | 34 | 33 |
| Octal | 303 | 175 | 101 | 0 | 44 | 103 | 30 | 34 | 64 | 63 |
| Binary | 11000011 | 1111101 | 1000001 | 0 | 100100 | 1000011 | 11000 | 11100 | 110100 | 110011 |
Color Harmonies of #C37D41
Complementary color
Monochromatic Colors of #C37D41
Black with #C37D41
Text Example
Text Example
White with #C37D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D41; }
p { color: rgb(195,125,65); }
H1.HeaderClassName
{
color: #C37D41;
}
.AnyTagClassName
{
color: #C37D41;
}
</style>
background-color css
<style>
a { background-color: #C37D41; }
a { background-color: rgb(195,125,65); }
div.DivClassName
{
background-color: #C37D41;
}
.BgClassName
{
background-color: #C37D41;
}
</style>
border-color css
<style>
span { border-color: #C37D41; }
span { border-color: rgb(195,125,65); }
td.TdClassName
{
border-color: #C37D41;
}
.TagClassName
{
border-color: #C37D41;
}
</style>