Shades of Brandy Punch #C17F42
Tints of Brandy Punch #C17F42
RGB
CMYK
RGB Variations
Color information
#C17F42 (or 0xC17F42) is known color: Brandy Punch. HEX triplet: C1, 7F and 42. RGB value is (193,127,66). Sum of RGB (Red+Green+Blue) = 193+127+66=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17F42 is #3E80BD. Grayscale: #8C8C8C. Windows color (decimal): -4096190 or 4358081. OLE color: 4358081.
HSL color Cylindrical-coordinate representation of color #C17F42: hue angle of 28.82º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C17F42 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 66 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.24 |
| HSL | 28.82º | 0.51% | 0.51% | - |
| HSV(B) | 28.82º | 0.66% | 0.76% | - |
| XYZ | 30.57 | 26.91 | 8.74 | - |
| YUV | 139.78 | 86.37 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 66 | 0 | 0.34 | 0.66 | 0.24 | 28.82 | 0.51 | 0.51 |
| Hex | C1 | 7F | 42 | 0 | 22 | 42 | 18 | 1D | 33 | 33 |
| Octal | 301 | 177 | 102 | 0 | 42 | 102 | 30 | 35 | 63 | 63 |
| Binary | 11000001 | 1111111 | 1000010 | 0 | 100010 | 1000010 | 11000 | 11101 | 110011 | 110011 |
Color Harmonies of #C17F42
Complementary color
Monochromatic Colors of #C17F42
Black with #C17F42
Text Example
Text Example
White with #C17F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F42; }
p { color: rgb(193,127,66); }
H1.HeaderClassName
{
color: #C17F42;
}
.AnyTagClassName
{
color: #C17F42;
}
</style>
background-color css
<style>
a { background-color: #C17F42; }
a { background-color: rgb(193,127,66); }
div.DivClassName
{
background-color: #C17F42;
}
.BgClassName
{
background-color: #C17F42;
}
</style>
border-color css
<style>
span { border-color: #C17F42; }
span { border-color: rgb(193,127,66); }
td.TdClassName
{
border-color: #C17F42;
}
.TagClassName
{
border-color: #C17F42;
}
</style>