Shades of Brandy Punch #C37F44
Tints of Brandy Punch #C37F44
RGB
CMYK
RGB Variations
Color information
#C37F44 (or 0xC37F44) is known color: Brandy Punch. HEX triplet: C3, 7F and 44. RGB value is (195,127,68). Sum of RGB (Red+Green+Blue) = 195+127+68=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F44 is #3C80BB. Grayscale: #8C8C8C. Windows color (decimal): -3965116 or 4489155. OLE color: 4489155.
HSL color Cylindrical-coordinate representation of color #C37F44: hue angle of 27.87º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C37F44 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 68 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.24 |
| HSL | 27.87º | 0.51% | 0.52% | - |
| HSV(B) | 27.87º | 0.65% | 0.76% | - |
| XYZ | 31.14 | 27.2 | 9.08 | - |
| YUV | 140.61 | 87.03 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 68 | 0 | 0.35 | 0.65 | 0.24 | 27.87 | 0.51 | 0.52 |
| Hex | C3 | 7F | 44 | 0 | 23 | 41 | 18 | 1C | 33 | 34 |
| Octal | 303 | 177 | 104 | 0 | 43 | 101 | 30 | 34 | 63 | 64 |
| Binary | 11000011 | 1111111 | 1000100 | 0 | 100011 | 1000001 | 11000 | 11100 | 110011 | 110100 |
Color Harmonies of #C37F44
Complementary color
Monochromatic Colors of #C37F44
Black with #C37F44
Text Example
Text Example
White with #C37F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F44; }
p { color: rgb(195,127,68); }
H1.HeaderClassName
{
color: #C37F44;
}
.AnyTagClassName
{
color: #C37F44;
}
</style>
background-color css
<style>
a { background-color: #C37F44; }
a { background-color: rgb(195,127,68); }
div.DivClassName
{
background-color: #C37F44;
}
.BgClassName
{
background-color: #C37F44;
}
</style>
border-color css
<style>
span { border-color: #C37F44; }
span { border-color: rgb(195,127,68); }
td.TdClassName
{
border-color: #C37F44;
}
.TagClassName
{
border-color: #C37F44;
}
</style>