Shades of Brandy Punch #C17D3D
Tints of Brandy Punch #C17D3D
RGB
CMYK
RGB Variations
Color information
#C17D3D (or 0xC17D3D) is known color: Brandy Punch. HEX triplet: C1, 7D and 3D. RGB value is (193,125,61). Sum of RGB (Red+Green+Blue) = 193+125+61=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17D3D is #3E82C2. Grayscale: #8A8A8A. Windows color (decimal): -4096707 or 4029889. OLE color: 4029889.
HSL color Cylindrical-coordinate representation of color #C17D3D: hue angle of 29.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C17D3D is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 61 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.24 |
| HSL | 29.09º | 0.52% | 0.5% | - |
| HSV(B) | 29.09º | 0.68% | 0.76% | - |
| XYZ | 30.17 | 26.34 | 7.91 | - |
| YUV | 138.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 61 | 0 | 0.35 | 0.68 | 0.24 | 29.09 | 0.52 | 0.5 |
| Hex | C1 | 7D | 3D | 0 | 23 | 44 | 18 | 1D | 34 | 32 |
| Octal | 301 | 175 | 75 | 0 | 43 | 104 | 30 | 35 | 64 | 62 |
| Binary | 11000001 | 1111101 | 111101 | 0 | 100011 | 1000100 | 11000 | 11101 | 110100 | 110010 |
Color Harmonies of #C17D3D
Complementary color
Monochromatic Colors of #C17D3D
Black with #C17D3D
Text Example
Text Example
White with #C17D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D3D; }
p { color: rgb(193,125,61); }
H1.HeaderClassName
{
color: #C17D3D;
}
.AnyTagClassName
{
color: #C17D3D;
}
</style>
background-color css
<style>
a { background-color: #C17D3D; }
a { background-color: rgb(193,125,61); }
div.DivClassName
{
background-color: #C17D3D;
}
.BgClassName
{
background-color: #C17D3D;
}
</style>
border-color css
<style>
span { border-color: #C17D3D; }
span { border-color: rgb(193,125,61); }
td.TdClassName
{
border-color: #C17D3D;
}
.TagClassName
{
border-color: #C17D3D;
}
</style>