Shades of Brandy Punch #C58145
Tints of Brandy Punch #C58145
RGB
CMYK
RGB Variations
Color information
#C58145 (or 0xC58145) is known color: Brandy Punch. HEX triplet: C5, 81 and 45. RGB value is (197,129,69). Sum of RGB (Red+Green+Blue) = 197+129+69=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C58145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58145 is #3A7EBA. Grayscale: #8E8E8E. Windows color (decimal): -3833531 or 4555205. OLE color: 4555205.
HSL color Cylindrical-coordinate representation of color #C58145: hue angle of 28.12º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C58145 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 69 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.23 |
| HSL | 28.13º | 0.52% | 0.52% | - |
| HSV(B) | 28.13º | 0.65% | 0.77% | - |
| XYZ | 31.95 | 28 | 9.35 | - |
| YUV | 142.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 69 | 0 | 0.35 | 0.65 | 0.23 | 28.13 | 0.52 | 0.52 |
| Hex | C5 | 81 | 45 | 0 | 23 | 41 | 17 | 1C | 34 | 34 |
| Octal | 305 | 201 | 105 | 0 | 43 | 101 | 27 | 34 | 64 | 64 |
| Binary | 11000101 | 10000001 | 1000101 | 0 | 100011 | 1000001 | 10111 | 11100 | 110100 | 110100 |
Color Harmonies of #C58145
Complementary color
Monochromatic Colors of #C58145
Black with #C58145
Text Example
Text Example
White with #C58145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58145; }
p { color: rgb(197,129,69); }
H1.HeaderClassName
{
color: #C58145;
}
.AnyTagClassName
{
color: #C58145;
}
</style>
background-color css
<style>
a { background-color: #C58145; }
a { background-color: rgb(197,129,69); }
div.DivClassName
{
background-color: #C58145;
}
.BgClassName
{
background-color: #C58145;
}
</style>
border-color css
<style>
span { border-color: #C58145; }
span { border-color: rgb(197,129,69); }
td.TdClassName
{
border-color: #C58145;
}
.TagClassName
{
border-color: #C58145;
}
</style>