Shades of Brandy Punch #C1763E
Tints of Brandy Punch #C1763E
RGB
CMYK
RGB Variations
Color information
#C1763E (or 0xC1763E) is known color: Brandy Punch. HEX triplet: C1, 76 and 3E. RGB value is (193,118,62). Sum of RGB (Red+Green+Blue) = 193+118+62=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1763E is #3E89C1. Grayscale: #868686. Windows color (decimal): -4098498 or 4093633. OLE color: 4093633.
HSL color Cylindrical-coordinate representation of color #C1763E: hue angle of 25.65º degrees, saturation: 0.51, 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 #C1763E is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 62 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.24 |
| HSL | 25.65º | 0.51% | 0.5% | - |
| HSV(B) | 25.65º | 0.68% | 0.76% | - |
| XYZ | 29.34 | 24.64 | 7.77 | - |
| YUV | 134.04 | 87.35 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 62 | 0 | 0.39 | 0.68 | 0.24 | 25.65 | 0.51 | 0.5 |
| Hex | C1 | 76 | 3E | 0 | 27 | 44 | 18 | 1A | 33 | 32 |
| Octal | 301 | 166 | 76 | 0 | 47 | 104 | 30 | 32 | 63 | 62 |
| Binary | 11000001 | 1110110 | 111110 | 0 | 100111 | 1000100 | 11000 | 11010 | 110011 | 110010 |
Color Harmonies of #C1763E
Complementary color
Monochromatic Colors of #C1763E
Black with #C1763E
Text Example
Text Example
White with #C1763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1763E; }
p { color: rgb(193,118,62); }
H1.HeaderClassName
{
color: #C1763E;
}
.AnyTagClassName
{
color: #C1763E;
}
</style>
background-color css
<style>
a { background-color: #C1763E; }
a { background-color: rgb(193,118,62); }
div.DivClassName
{
background-color: #C1763E;
}
.BgClassName
{
background-color: #C1763E;
}
</style>
border-color css
<style>
span { border-color: #C1763E; }
span { border-color: rgb(193,118,62); }
td.TdClassName
{
border-color: #C1763E;
}
.TagClassName
{
border-color: #C1763E;
}
</style>