Shades of Brandy Punch #C38040
Tints of Brandy Punch #C38040
RGB
CMYK
RGB Variations
Color information
#C38040 (or 0xC38040) is known color: Brandy Punch. HEX triplet: C3, 80 and 40. RGB value is (195,128,64). Sum of RGB (Red+Green+Blue) = 195+128+64=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C38040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38040 is #3C7FBF. Grayscale: #8D8D8D. Windows color (decimal): -3964864 or 4227267. OLE color: 4227267.
HSL color Cylindrical-coordinate representation of color #C38040: hue angle of 29.31º 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 #C38040 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 64 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.24 |
| HSL | 29.31º | 0.52% | 0.51% | - |
| HSV(B) | 29.31º | 0.67% | 0.76% | - |
| XYZ | 31.15 | 27.41 | 8.5 | - |
| YUV | 140.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 64 | 0 | 0.34 | 0.67 | 0.24 | 29.31 | 0.52 | 0.51 |
| Hex | C3 | 80 | 40 | 0 | 22 | 43 | 18 | 1D | 34 | 33 |
| Octal | 303 | 200 | 100 | 0 | 42 | 103 | 30 | 35 | 64 | 63 |
| Binary | 11000011 | 10000000 | 1000000 | 0 | 100010 | 1000011 | 11000 | 11101 | 110100 | 110011 |
Color Harmonies of #C38040
Complementary color
Monochromatic Colors of #C38040
Black with #C38040
Text Example
Text Example
White with #C38040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38040; }
p { color: rgb(195,128,64); }
H1.HeaderClassName
{
color: #C38040;
}
.AnyTagClassName
{
color: #C38040;
}
</style>
background-color css
<style>
a { background-color: #C38040; }
a { background-color: rgb(195,128,64); }
div.DivClassName
{
background-color: #C38040;
}
.BgClassName
{
background-color: #C38040;
}
</style>
border-color css
<style>
span { border-color: #C38040; }
span { border-color: rgb(195,128,64); }
td.TdClassName
{
border-color: #C38040;
}
.TagClassName
{
border-color: #C38040;
}
</style>