Shades of Brandy Punch #C38341
Tints of Brandy Punch #C38341
RGB
CMYK
RGB Variations
Color information
#C38341 (or 0xC38341) is known color: Brandy Punch. HEX triplet: C3, 83 and 41. RGB value is (195,131,65). Sum of RGB (Red+Green+Blue) = 195+131+65=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C38341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38341 is #3C7CBE. Grayscale: #8E8E8E. Windows color (decimal): -3964095 or 4293571. OLE color: 4293571.
HSL color Cylindrical-coordinate representation of color #C38341: hue angle of 30.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C38341 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 65 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.24 |
| HSL | 30.46º | 0.52% | 0.51% | - |
| HSV(B) | 30.46º | 0.67% | 0.76% | - |
| XYZ | 31.58 | 28.22 | 8.78 | - |
| YUV | 142.61 | 84.2 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 65 | 0 | 0.33 | 0.67 | 0.24 | 30.46 | 0.52 | 0.51 |
| Hex | C3 | 83 | 41 | 0 | 21 | 43 | 18 | 1E | 34 | 33 |
| Octal | 303 | 203 | 101 | 0 | 41 | 103 | 30 | 36 | 64 | 63 |
| Binary | 11000011 | 10000011 | 1000001 | 0 | 100001 | 1000011 | 11000 | 11110 | 110100 | 110011 |
Color Harmonies of #C38341
Complementary color
Monochromatic Colors of #C38341
Black with #C38341
Text Example
Text Example
White with #C38341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38341; }
p { color: rgb(195,131,65); }
H1.HeaderClassName
{
color: #C38341;
}
.AnyTagClassName
{
color: #C38341;
}
</style>
background-color css
<style>
a { background-color: #C38341; }
a { background-color: rgb(195,131,65); }
div.DivClassName
{
background-color: #C38341;
}
.BgClassName
{
background-color: #C38341;
}
</style>
border-color css
<style>
span { border-color: #C38341; }
span { border-color: rgb(195,131,65); }
td.TdClassName
{
border-color: #C38341;
}
.TagClassName
{
border-color: #C38341;
}
</style>