Shades of Brandy Punch #C37F4D
Tints of Brandy Punch #C37F4D
RGB
CMYK
RGB Variations
Color information
#C37F4D (or 0xC37F4D) is known color: Brandy Punch. HEX triplet: C3, 7F and 4D. RGB value is (195,127,77). Sum of RGB (Red+Green+Blue) = 195+127+77=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F4D is #3C80B2. Grayscale: #8D8D8D. Windows color (decimal): -3965107 or 5078979. OLE color: 5078979.
HSL color Cylindrical-coordinate representation of color #C37F4D: hue angle of 25.42º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C37F4D is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 77 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.24 |
| HSL | 25.42º | 0.5% | 0.53% | - |
| HSV(B) | 25.42º | 0.61% | 0.76% | - |
| XYZ | 31.43 | 27.32 | 10.64 | - |
| YUV | 141.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 77 | 0 | 0.35 | 0.61 | 0.24 | 25.42 | 0.5 | 0.53 |
| Hex | C3 | 7F | 4D | 0 | 23 | 3D | 18 | 19 | 32 | 35 |
| Octal | 303 | 177 | 115 | 0 | 43 | 75 | 30 | 31 | 62 | 65 |
| Binary | 11000011 | 1111111 | 1001101 | 0 | 100011 | 111101 | 11000 | 11001 | 110010 | 110101 |
Color Harmonies of #C37F4D
Complementary color
Monochromatic Colors of #C37F4D
Black with #C37F4D
Text Example
Text Example
White with #C37F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F4D; }
p { color: rgb(195,127,77); }
H1.HeaderClassName
{
color: #C37F4D;
}
.AnyTagClassName
{
color: #C37F4D;
}
</style>
background-color css
<style>
a { background-color: #C37F4D; }
a { background-color: rgb(195,127,77); }
div.DivClassName
{
background-color: #C37F4D;
}
.BgClassName
{
background-color: #C37F4D;
}
</style>
border-color css
<style>
span { border-color: #C37F4D; }
span { border-color: rgb(195,127,77); }
td.TdClassName
{
border-color: #C37F4D;
}
.TagClassName
{
border-color: #C37F4D;
}
</style>