Shades of Brandy Punch #C38648
Tints of Brandy Punch #C38648
RGB
CMYK
RGB Variations
Color information
#C38648 (or 0xC38648) is known color: Brandy Punch. HEX triplet: C3, 86 and 48. RGB value is (195,134,72). Sum of RGB (Red+Green+Blue) = 195+134+72=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C38648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38648 is #3C79B7. Grayscale: #919191. Windows color (decimal): -3963320 or 4753091. OLE color: 4753091.
HSL color Cylindrical-coordinate representation of color #C38648: hue angle of 30.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C38648 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 72 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.24 |
| HSL | 30.24º | 0.51% | 0.52% | - |
| HSV(B) | 30.24º | 0.63% | 0.76% | - |
| XYZ | 32.2 | 29.12 | 10.05 | - |
| YUV | 145.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 72 | 0 | 0.31 | 0.63 | 0.24 | 30.24 | 0.51 | 0.52 |
| Hex | C3 | 86 | 48 | 0 | 1F | 3F | 18 | 1E | 33 | 34 |
| Octal | 303 | 206 | 110 | 0 | 37 | 77 | 30 | 36 | 63 | 64 |
| Binary | 11000011 | 10000110 | 1001000 | 0 | 11111 | 111111 | 11000 | 11110 | 110011 | 110100 |
Color Harmonies of #C38648
Complementary color
Monochromatic Colors of #C38648
Black with #C38648
Text Example
Text Example
White with #C38648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38648; }
p { color: rgb(195,134,72); }
H1.HeaderClassName
{
color: #C38648;
}
.AnyTagClassName
{
color: #C38648;
}
</style>
background-color css
<style>
a { background-color: #C38648; }
a { background-color: rgb(195,134,72); }
div.DivClassName
{
background-color: #C38648;
}
.BgClassName
{
background-color: #C38648;
}
</style>
border-color css
<style>
span { border-color: #C38648; }
span { border-color: rgb(195,134,72); }
td.TdClassName
{
border-color: #C38648;
}
.TagClassName
{
border-color: #C38648;
}
</style>