Shades of Brandy Punch #C38545
Tints of Brandy Punch #C38545
RGB
CMYK
RGB Variations
Color information
#C38545 (or 0xC38545) is known color: Brandy Punch. HEX triplet: C3, 85 and 45. RGB value is (195,133,69). Sum of RGB (Red+Green+Blue) = 195+133+69=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C38545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38545 is #3C7ABA. Grayscale: #909090. Windows color (decimal): -3963579 or 4556227. OLE color: 4556227.
HSL color Cylindrical-coordinate representation of color #C38545: hue angle of 30.48º 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 #C38545 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 69 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.24 |
| HSL | 30.48º | 0.51% | 0.52% | - |
| HSV(B) | 30.48º | 0.65% | 0.76% | - |
| XYZ | 31.97 | 28.81 | 9.51 | - |
| YUV | 144.24 | 85.54 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 69 | 0 | 0.32 | 0.65 | 0.24 | 30.48 | 0.51 | 0.52 |
| Hex | C3 | 85 | 45 | 0 | 20 | 41 | 18 | 1E | 33 | 34 |
| Octal | 303 | 205 | 105 | 0 | 40 | 101 | 30 | 36 | 63 | 64 |
| Binary | 11000011 | 10000101 | 1000101 | 0 | 100000 | 1000001 | 11000 | 11110 | 110011 | 110100 |
Color Harmonies of #C38545
Complementary color
Monochromatic Colors of #C38545
Black with #C38545
Text Example
Text Example
White with #C38545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38545; }
p { color: rgb(195,133,69); }
H1.HeaderClassName
{
color: #C38545;
}
.AnyTagClassName
{
color: #C38545;
}
</style>
background-color css
<style>
a { background-color: #C38545; }
a { background-color: rgb(195,133,69); }
div.DivClassName
{
background-color: #C38545;
}
.BgClassName
{
background-color: #C38545;
}
</style>
border-color css
<style>
span { border-color: #C38545; }
span { border-color: rgb(195,133,69); }
td.TdClassName
{
border-color: #C38545;
}
.TagClassName
{
border-color: #C38545;
}
</style>