Shades of Brandy Punch #C17F3A
Tints of Brandy Punch #C17F3A
RGB
CMYK
RGB Variations
Color information
#C17F3A (or 0xC17F3A) is known color: Brandy Punch. HEX triplet: C1, 7F and 3A. RGB value is (193,127,58). Sum of RGB (Red+Green+Blue) = 193+127+58=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17F3A is #3E80C5. Grayscale: #8B8B8B. Windows color (decimal): -4096198 or 3833793. OLE color: 3833793.
HSL color Cylindrical-coordinate representation of color #C17F3A: hue angle of 30.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C17F3A is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 58 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.24 |
| HSL | 30.67º | 0.54% | 0.49% | - |
| HSV(B) | 30.67º | 0.7% | 0.76% | - |
| XYZ | 30.35 | 26.82 | 7.58 | - |
| YUV | 138.87 | 82.37 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 58 | 0 | 0.34 | 0.70 | 0.24 | 30.67 | 0.54 | 0.49 |
| Hex | C1 | 7F | 3A | 0 | 22 | 46 | 18 | 1F | 36 | 31 |
| Octal | 301 | 177 | 72 | 0 | 42 | 106 | 30 | 37 | 66 | 61 |
| Binary | 11000001 | 1111111 | 111010 | 0 | 100010 | 1000110 | 11000 | 11111 | 110110 | 110001 |
Color Harmonies of #C17F3A
Complementary color
Monochromatic Colors of #C17F3A
Black with #C17F3A
Text Example
Text Example
White with #C17F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F3A; }
p { color: rgb(193,127,58); }
H1.HeaderClassName
{
color: #C17F3A;
}
.AnyTagClassName
{
color: #C17F3A;
}
</style>
background-color css
<style>
a { background-color: #C17F3A; }
a { background-color: rgb(193,127,58); }
div.DivClassName
{
background-color: #C17F3A;
}
.BgClassName
{
background-color: #C17F3A;
}
</style>
border-color css
<style>
span { border-color: #C17F3A; }
span { border-color: rgb(193,127,58); }
td.TdClassName
{
border-color: #C17F3A;
}
.TagClassName
{
border-color: #C17F3A;
}
</style>