Shades of Brandy Punch #C17B43
Tints of Brandy Punch #C17B43
RGB
CMYK
RGB Variations
Color information
#C17B43 (or 0xC17B43) is known color: Brandy Punch. HEX triplet: C1, 7B and 43. RGB value is (193,123,67). Sum of RGB (Red+Green+Blue) = 193+123+67=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17B43 is #3E84BC. Grayscale: #898989. Windows color (decimal): -4097213 or 4422593. OLE color: 4422593.
HSL color Cylindrical-coordinate representation of color #C17B43: hue angle of 26.67º 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 #C17B43 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 67 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.24 |
| HSL | 26.67º | 0.5% | 0.51% | - |
| HSV(B) | 26.67º | 0.65% | 0.76% | - |
| XYZ | 30.09 | 25.91 | 8.73 | - |
| YUV | 137.55 | 88.19 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 67 | 0 | 0.36 | 0.65 | 0.24 | 26.67 | 0.5 | 0.51 |
| Hex | C1 | 7B | 43 | 0 | 24 | 41 | 18 | 1B | 32 | 33 |
| Octal | 301 | 173 | 103 | 0 | 44 | 101 | 30 | 33 | 62 | 63 |
| Binary | 11000001 | 1111011 | 1000011 | 0 | 100100 | 1000001 | 11000 | 11011 | 110010 | 110011 |
Color Harmonies of #C17B43
Complementary color
Monochromatic Colors of #C17B43
Black with #C17B43
Text Example
Text Example
White with #C17B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B43; }
p { color: rgb(193,123,67); }
H1.HeaderClassName
{
color: #C17B43;
}
.AnyTagClassName
{
color: #C17B43;
}
</style>
background-color css
<style>
a { background-color: #C17B43; }
a { background-color: rgb(193,123,67); }
div.DivClassName
{
background-color: #C17B43;
}
.BgClassName
{
background-color: #C17B43;
}
</style>
border-color css
<style>
span { border-color: #C17B43; }
span { border-color: rgb(193,123,67); }
td.TdClassName
{
border-color: #C17B43;
}
.TagClassName
{
border-color: #C17B43;
}
</style>