Shades of Brandy Punch #C17843
Tints of Brandy Punch #C17843
RGB
CMYK
RGB Variations
Color information
#C17843 (or 0xC17843) is known color: Brandy Punch. HEX triplet: C1, 78 and 43. RGB value is (193,120,67). Sum of RGB (Red+Green+Blue) = 193+120+67=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C17843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17843 is #3E87BC. Grayscale: #888888. Windows color (decimal): -4097981 or 4421825. OLE color: 4421825.
HSL color Cylindrical-coordinate representation of color #C17843: hue angle of 25.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C17843 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 67 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.24 |
| HSL | 25.24º | 0.5% | 0.51% | - |
| HSV(B) | 25.24º | 0.65% | 0.76% | - |
| XYZ | 29.72 | 25.18 | 8.6 | - |
| YUV | 135.79 | 89.18 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 67 | 0 | 0.38 | 0.65 | 0.24 | 25.24 | 0.5 | 0.51 |
| Hex | C1 | 78 | 43 | 0 | 26 | 41 | 18 | 19 | 32 | 33 |
| Octal | 301 | 170 | 103 | 0 | 46 | 101 | 30 | 31 | 62 | 63 |
| Binary | 11000001 | 1111000 | 1000011 | 0 | 100110 | 1000001 | 11000 | 11001 | 110010 | 110011 |
Color Harmonies of #C17843
Complementary color
Monochromatic Colors of #C17843
Black with #C17843
Text Example
Text Example
White with #C17843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17843; }
p { color: rgb(193,120,67); }
H1.HeaderClassName
{
color: #C17843;
}
.AnyTagClassName
{
color: #C17843;
}
</style>
background-color css
<style>
a { background-color: #C17843; }
a { background-color: rgb(193,120,67); }
div.DivClassName
{
background-color: #C17843;
}
.BgClassName
{
background-color: #C17843;
}
</style>
border-color css
<style>
span { border-color: #C17843; }
span { border-color: rgb(193,120,67); }
td.TdClassName
{
border-color: #C17843;
}
.TagClassName
{
border-color: #C17843;
}
</style>