Shades of Brandy Punch #C58141
Tints of Brandy Punch #C58141
RGB
CMYK
RGB Variations
Color information
#C58141 (or 0xC58141) is known color: Brandy Punch. HEX triplet: C5, 81 and 41. RGB value is (197,129,65). Sum of RGB (Red+Green+Blue) = 197+129+65=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C58141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58141 is #3A7EBE. Grayscale: #8E8E8E. Windows color (decimal): -3833535 or 4293061. OLE color: 4293061.
HSL color Cylindrical-coordinate representation of color #C58141: hue angle of 29.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C58141 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 65 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.23 |
| HSL | 29.09º | 0.53% | 0.51% | - |
| HSV(B) | 29.09º | 0.67% | 0.77% | - |
| XYZ | 31.83 | 27.95 | 8.72 | - |
| YUV | 142.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 65 | 0 | 0.35 | 0.67 | 0.23 | 29.09 | 0.53 | 0.51 |
| Hex | C5 | 81 | 41 | 0 | 23 | 43 | 17 | 1D | 35 | 33 |
| Octal | 305 | 201 | 101 | 0 | 43 | 103 | 27 | 35 | 65 | 63 |
| Binary | 11000101 | 10000001 | 1000001 | 0 | 100011 | 1000011 | 10111 | 11101 | 110101 | 110011 |
Color Harmonies of #C58141
Complementary color
Monochromatic Colors of #C58141
Black with #C58141
Text Example
Text Example
White with #C58141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58141; }
p { color: rgb(197,129,65); }
H1.HeaderClassName
{
color: #C58141;
}
.AnyTagClassName
{
color: #C58141;
}
</style>
background-color css
<style>
a { background-color: #C58141; }
a { background-color: rgb(197,129,65); }
div.DivClassName
{
background-color: #C58141;
}
.BgClassName
{
background-color: #C58141;
}
</style>
border-color css
<style>
span { border-color: #C58141; }
span { border-color: rgb(197,129,65); }
td.TdClassName
{
border-color: #C58141;
}
.TagClassName
{
border-color: #C58141;
}
</style>