Shades of Brandy Punch #C37B4E
Tints of Brandy Punch #C37B4E
RGB
CMYK
RGB Variations
Color information
#C37B4E (or 0xC37B4E) is known color: Brandy Punch. HEX triplet: C3, 7B and 4E. RGB value is (195,123,78). Sum of RGB (Red+Green+Blue) = 195+123+78=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B4E is #3C84B1. Grayscale: #8B8B8B. Windows color (decimal): -3966130 or 5143491. OLE color: 5143491.
HSL color Cylindrical-coordinate representation of color #C37B4E: hue angle of 23.08º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C37B4E is Cyan = 0, Magento = 0.37, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 78 | - |
| CMYK | 0 | 0.37 | 0.6 | 0.24 |
| HSL | 23.08º | 0.49% | 0.54% | - |
| HSV(B) | 23.08º | 0.6% | 0.76% | - |
| XYZ | 30.96 | 26.32 | 10.66 | - |
| YUV | 139.4 | 93.35 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 78 | 0 | 0.37 | 0.6 | 0.24 | 23.08 | 0.49 | 0.54 |
| Hex | C3 | 7B | 4E | 0 | 25 | 3C | 18 | 17 | 31 | 36 |
| Octal | 303 | 173 | 116 | 0 | 45 | 74 | 30 | 27 | 61 | 66 |
| Binary | 11000011 | 1111011 | 1001110 | 0 | 100101 | 111100 | 11000 | 10111 | 110001 | 110110 |
Color Harmonies of #C37B4E
Complementary color
Monochromatic Colors of #C37B4E
Black with #C37B4E
Text Example
Text Example
White with #C37B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B4E; }
p { color: rgb(195,123,78); }
H1.HeaderClassName
{
color: #C37B4E;
}
.AnyTagClassName
{
color: #C37B4E;
}
</style>
background-color css
<style>
a { background-color: #C37B4E; }
a { background-color: rgb(195,123,78); }
div.DivClassName
{
background-color: #C37B4E;
}
.BgClassName
{
background-color: #C37B4E;
}
</style>
border-color css
<style>
span { border-color: #C37B4E; }
span { border-color: rgb(195,123,78); }
td.TdClassName
{
border-color: #C37B4E;
}
.TagClassName
{
border-color: #C37B4E;
}
</style>