Shades of Brandy Punch #C17B46
Tints of Brandy Punch #C17B46
RGB
CMYK
RGB Variations
Color information
#C17B46 (or 0xC17B46) is known color: Brandy Punch. HEX triplet: C1, 7B and 46. RGB value is (193,123,70). Sum of RGB (Red+Green+Blue) = 193+123+70=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17B46 is #3E84B9. Grayscale: #8A8A8A. Windows color (decimal): -4097210 or 4619201. OLE color: 4619201.
HSL color Cylindrical-coordinate representation of color #C17B46: hue angle of 25.85º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C17B46 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 70 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.24 |
| HSL | 25.85º | 0.5% | 0.52% | - |
| HSV(B) | 25.85º | 0.64% | 0.76% | - |
| XYZ | 30.18 | 25.95 | 9.21 | - |
| YUV | 137.89 | 89.69 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 70 | 0 | 0.36 | 0.64 | 0.24 | 25.85 | 0.5 | 0.52 |
| Hex | C1 | 7B | 46 | 0 | 24 | 40 | 18 | 1A | 32 | 34 |
| Octal | 301 | 173 | 106 | 0 | 44 | 100 | 30 | 32 | 62 | 64 |
| Binary | 11000001 | 1111011 | 1000110 | 0 | 100100 | 1000000 | 11000 | 11010 | 110010 | 110100 |
Color Harmonies of #C17B46
Complementary color
Monochromatic Colors of #C17B46
Black with #C17B46
Text Example
Text Example
White with #C17B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B46; }
p { color: rgb(193,123,70); }
H1.HeaderClassName
{
color: #C17B46;
}
.AnyTagClassName
{
color: #C17B46;
}
</style>
background-color css
<style>
a { background-color: #C17B46; }
a { background-color: rgb(193,123,70); }
div.DivClassName
{
background-color: #C17B46;
}
.BgClassName
{
background-color: #C17B46;
}
</style>
border-color css
<style>
span { border-color: #C17B46; }
span { border-color: rgb(193,123,70); }
td.TdClassName
{
border-color: #C17B46;
}
.TagClassName
{
border-color: #C17B46;
}
</style>