Shades of Brandy Punch #C37D49
Tints of Brandy Punch #C37D49
RGB
CMYK
RGB Variations
Color information
#C37D49 (or 0xC37D49) is known color: Brandy Punch. HEX triplet: C3, 7D and 49. RGB value is (195,125,73). Sum of RGB (Red+Green+Blue) = 195+125+73=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D49 is #3C82B6. Grayscale: #8C8C8C. Windows color (decimal): -3965623 or 4816323. OLE color: 4816323.
HSL color Cylindrical-coordinate representation of color #C37D49: hue angle of 25.57º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C37D49 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 73 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.24 |
| HSL | 25.57º | 0.5% | 0.53% | - |
| HSV(B) | 25.57º | 0.63% | 0.76% | - |
| XYZ | 31.04 | 26.75 | 9.83 | - |
| YUV | 140 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 73 | 0 | 0.36 | 0.63 | 0.24 | 25.57 | 0.5 | 0.53 |
| Hex | C3 | 7D | 49 | 0 | 24 | 3F | 18 | 1A | 32 | 35 |
| Octal | 303 | 175 | 111 | 0 | 44 | 77 | 30 | 32 | 62 | 65 |
| Binary | 11000011 | 1111101 | 1001001 | 0 | 100100 | 111111 | 11000 | 11010 | 110010 | 110101 |
Color Harmonies of #C37D49
Complementary color
Monochromatic Colors of #C37D49
Black with #C37D49
Text Example
Text Example
White with #C37D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D49; }
p { color: rgb(195,125,73); }
H1.HeaderClassName
{
color: #C37D49;
}
.AnyTagClassName
{
color: #C37D49;
}
</style>
background-color css
<style>
a { background-color: #C37D49; }
a { background-color: rgb(195,125,73); }
div.DivClassName
{
background-color: #C37D49;
}
.BgClassName
{
background-color: #C37D49;
}
</style>
border-color css
<style>
span { border-color: #C37D49; }
span { border-color: rgb(195,125,73); }
td.TdClassName
{
border-color: #C37D49;
}
.TagClassName
{
border-color: #C37D49;
}
</style>