Shades of Brandy Punch #C37C43
Tints of Brandy Punch #C37C43
RGB
CMYK
RGB Variations
Color information
#C37C43 (or 0xC37C43) is known color: Brandy Punch. HEX triplet: C3, 7C and 43. RGB value is (195,124,67). Sum of RGB (Red+Green+Blue) = 195+124+67=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C43 is #3C83BC. Grayscale: #8B8B8B. Windows color (decimal): -3965885 or 4422851. OLE color: 4422851.
HSL color Cylindrical-coordinate representation of color #C37C43: hue angle of 26.72º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C37C43 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 67 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.24 |
| HSL | 26.72º | 0.52% | 0.51% | - |
| HSV(B) | 26.72º | 0.66% | 0.76% | - |
| XYZ | 30.73 | 26.42 | 8.79 | - |
| YUV | 138.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 67 | 0 | 0.36 | 0.66 | 0.24 | 26.72 | 0.52 | 0.51 |
| Hex | C3 | 7C | 43 | 0 | 24 | 42 | 18 | 1B | 34 | 33 |
| Octal | 303 | 174 | 103 | 0 | 44 | 102 | 30 | 33 | 64 | 63 |
| Binary | 11000011 | 1111100 | 1000011 | 0 | 100100 | 1000010 | 11000 | 11011 | 110100 | 110011 |
Color Harmonies of #C37C43
Complementary color
Monochromatic Colors of #C37C43
Black with #C37C43
Text Example
Text Example
White with #C37C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C43; }
p { color: rgb(195,124,67); }
H1.HeaderClassName
{
color: #C37C43;
}
.AnyTagClassName
{
color: #C37C43;
}
</style>
background-color css
<style>
a { background-color: #C37C43; }
a { background-color: rgb(195,124,67); }
div.DivClassName
{
background-color: #C37C43;
}
.BgClassName
{
background-color: #C37C43;
}
</style>
border-color css
<style>
span { border-color: #C37C43; }
span { border-color: rgb(195,124,67); }
td.TdClassName
{
border-color: #C37C43;
}
.TagClassName
{
border-color: #C37C43;
}
</style>