Shades of Brandy Punch #C37C40
Tints of Brandy Punch #C37C40
RGB
CMYK
RGB Variations
Color information
#C37C40 (or 0xC37C40) is known color: Brandy Punch. HEX triplet: C3, 7C and 40. RGB value is (195,124,64). Sum of RGB (Red+Green+Blue) = 195+124+64=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C40 is #3C83BF. Grayscale: #8A8A8A. Windows color (decimal): -3965888 or 4226243. OLE color: 4226243.
HSL color Cylindrical-coordinate representation of color #C37C40: hue angle of 27.48º 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 #C37C40 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 64 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.24 |
| HSL | 27.48º | 0.52% | 0.51% | - |
| HSV(B) | 27.48º | 0.67% | 0.76% | - |
| XYZ | 30.64 | 26.39 | 8.33 | - |
| YUV | 138.39 | 86.02 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 64 | 0 | 0.36 | 0.67 | 0.24 | 27.48 | 0.52 | 0.51 |
| Hex | C3 | 7C | 40 | 0 | 24 | 43 | 18 | 1B | 34 | 33 |
| Octal | 303 | 174 | 100 | 0 | 44 | 103 | 30 | 33 | 64 | 63 |
| Binary | 11000011 | 1111100 | 1000000 | 0 | 100100 | 1000011 | 11000 | 11011 | 110100 | 110011 |
Color Harmonies of #C37C40
Complementary color
Monochromatic Colors of #C37C40
Black with #C37C40
Text Example
Text Example
White with #C37C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C40; }
p { color: rgb(195,124,64); }
H1.HeaderClassName
{
color: #C37C40;
}
.AnyTagClassName
{
color: #C37C40;
}
</style>
background-color css
<style>
a { background-color: #C37C40; }
a { background-color: rgb(195,124,64); }
div.DivClassName
{
background-color: #C37C40;
}
.BgClassName
{
background-color: #C37C40;
}
</style>
border-color css
<style>
span { border-color: #C37C40; }
span { border-color: rgb(195,124,64); }
td.TdClassName
{
border-color: #C37C40;
}
.TagClassName
{
border-color: #C37C40;
}
</style>