Shades of Brandy Punch #C37B44
Tints of Brandy Punch #C37B44
RGB
CMYK
RGB Variations
Color information
#C37B44 (or 0xC37B44) is known color: Brandy Punch. HEX triplet: C3, 7B and 44. RGB value is (195,123,68). Sum of RGB (Red+Green+Blue) = 195+123+68=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B44 is #3C84BB. Grayscale: #8A8A8A. Windows color (decimal): -3966140 or 4488131. OLE color: 4488131.
HSL color Cylindrical-coordinate representation of color #C37B44: hue angle of 25.98º 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 #C37B44 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 68 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.24 |
| HSL | 25.98º | 0.51% | 0.52% | - |
| HSV(B) | 25.98º | 0.65% | 0.76% | - |
| XYZ | 30.63 | 26.19 | 8.91 | - |
| YUV | 138.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 68 | 0 | 0.37 | 0.65 | 0.24 | 25.98 | 0.51 | 0.52 |
| Hex | C3 | 7B | 44 | 0 | 25 | 41 | 18 | 1A | 33 | 34 |
| Octal | 303 | 173 | 104 | 0 | 45 | 101 | 30 | 32 | 63 | 64 |
| Binary | 11000011 | 1111011 | 1000100 | 0 | 100101 | 1000001 | 11000 | 11010 | 110011 | 110100 |
Color Harmonies of #C37B44
Complementary color
Monochromatic Colors of #C37B44
Black with #C37B44
Text Example
Text Example
White with #C37B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B44; }
p { color: rgb(195,123,68); }
H1.HeaderClassName
{
color: #C37B44;
}
.AnyTagClassName
{
color: #C37B44;
}
</style>
background-color css
<style>
a { background-color: #C37B44; }
a { background-color: rgb(195,123,68); }
div.DivClassName
{
background-color: #C37B44;
}
.BgClassName
{
background-color: #C37B44;
}
</style>
border-color css
<style>
span { border-color: #C37B44; }
span { border-color: rgb(195,123,68); }
td.TdClassName
{
border-color: #C37B44;
}
.TagClassName
{
border-color: #C37B44;
}
</style>