Shades of Brandy Punch #C58143
Tints of Brandy Punch #C58143
RGB
CMYK
RGB Variations
Color information
#C58143 (or 0xC58143) is known color: Brandy Punch. HEX triplet: C5, 81 and 43. RGB value is (197,129,67). Sum of RGB (Red+Green+Blue) = 197+129+67=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C58143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58143 is #3A7EBC. Grayscale: #8E8E8E. Windows color (decimal): -3833533 or 4424133. OLE color: 4424133.
HSL color Cylindrical-coordinate representation of color #C58143: hue angle of 28.62º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C58143 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 67 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.23 |
| HSL | 28.62º | 0.53% | 0.52% | - |
| HSV(B) | 28.62º | 0.66% | 0.77% | - |
| XYZ | 31.89 | 27.98 | 9.03 | - |
| YUV | 142.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 67 | 0 | 0.35 | 0.66 | 0.23 | 28.62 | 0.53 | 0.52 |
| Hex | C5 | 81 | 43 | 0 | 23 | 42 | 17 | 1D | 35 | 34 |
| Octal | 305 | 201 | 103 | 0 | 43 | 102 | 27 | 35 | 65 | 64 |
| Binary | 11000101 | 10000001 | 1000011 | 0 | 100011 | 1000010 | 10111 | 11101 | 110101 | 110100 |
Color Harmonies of #C58143
Complementary color
Monochromatic Colors of #C58143
Black with #C58143
Text Example
Text Example
White with #C58143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58143; }
p { color: rgb(197,129,67); }
H1.HeaderClassName
{
color: #C58143;
}
.AnyTagClassName
{
color: #C58143;
}
</style>
background-color css
<style>
a { background-color: #C58143; }
a { background-color: rgb(197,129,67); }
div.DivClassName
{
background-color: #C58143;
}
.BgClassName
{
background-color: #C58143;
}
</style>
border-color css
<style>
span { border-color: #C58143; }
span { border-color: rgb(197,129,67); }
td.TdClassName
{
border-color: #C58143;
}
.TagClassName
{
border-color: #C58143;
}
</style>