Shades of Brandy Punch #C38140
Tints of Brandy Punch #C38140
RGB
CMYK
RGB Variations
Color information
#C38140 (or 0xC38140) is known color: Brandy Punch. HEX triplet: C3, 81 and 40. RGB value is (195,129,64). Sum of RGB (Red+Green+Blue) = 195+129+64=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C38140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38140 is #3C7EBF. Grayscale: #8D8D8D. Windows color (decimal): -3964608 or 4227523. OLE color: 4227523.
HSL color Cylindrical-coordinate representation of color #C38140: hue angle of 29.77º 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 #C38140 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 64 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.24 |
| HSL | 29.77º | 0.52% | 0.51% | - |
| HSV(B) | 29.77º | 0.67% | 0.76% | - |
| XYZ | 31.28 | 27.67 | 8.54 | - |
| YUV | 141.32 | 84.37 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 64 | 0 | 0.34 | 0.67 | 0.24 | 29.77 | 0.52 | 0.51 |
| Hex | C3 | 81 | 40 | 0 | 22 | 43 | 18 | 1E | 34 | 33 |
| Octal | 303 | 201 | 100 | 0 | 42 | 103 | 30 | 36 | 64 | 63 |
| Binary | 11000011 | 10000001 | 1000000 | 0 | 100010 | 1000011 | 11000 | 11110 | 110100 | 110011 |
Color Harmonies of #C38140
Complementary color
Monochromatic Colors of #C38140
Black with #C38140
Text Example
Text Example
White with #C38140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38140; }
p { color: rgb(195,129,64); }
H1.HeaderClassName
{
color: #C38140;
}
.AnyTagClassName
{
color: #C38140;
}
</style>
background-color css
<style>
a { background-color: #C38140; }
a { background-color: rgb(195,129,64); }
div.DivClassName
{
background-color: #C38140;
}
.BgClassName
{
background-color: #C38140;
}
</style>
border-color css
<style>
span { border-color: #C38140; }
span { border-color: rgb(195,129,64); }
td.TdClassName
{
border-color: #C38140;
}
.TagClassName
{
border-color: #C38140;
}
</style>