Shades of Brandy Punch #C0763D
Tints of Brandy Punch #C0763D
RGB
CMYK
RGB Variations
Color information
#C0763D (or 0xC0763D) is known color: Brandy Punch. HEX triplet: C0, 76 and 3D. RGB value is (192,118,61). Sum of RGB (Red+Green+Blue) = 192+118+61=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0763D is #3F89C2. Grayscale: #858585. Windows color (decimal): -4164035 or 4028096. OLE color: 4028096.
HSL color Cylindrical-coordinate representation of color #C0763D: hue angle of 26.11º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0763D is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 61 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.25 |
| HSL | 26.11º | 0.52% | 0.5% | - |
| HSV(B) | 26.11º | 0.68% | 0.75% | - |
| XYZ | 29.06 | 24.5 | 7.61 | - |
| YUV | 133.63 | 87.02 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 61 | 0 | 0.39 | 0.68 | 0.25 | 26.11 | 0.52 | 0.5 |
| Hex | C0 | 76 | 3D | 0 | 27 | 44 | 19 | 1A | 34 | 32 |
| Octal | 300 | 166 | 75 | 0 | 47 | 104 | 31 | 32 | 64 | 62 |
| Binary | 11000000 | 1110110 | 111101 | 0 | 100111 | 1000100 | 11001 | 11010 | 110100 | 110010 |
Color Harmonies of #C0763D
Complementary color
Monochromatic Colors of #C0763D
Black with #C0763D
Text Example
Text Example
White with #C0763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0763D; }
p { color: rgb(192,118,61); }
H1.HeaderClassName
{
color: #C0763D;
}
.AnyTagClassName
{
color: #C0763D;
}
</style>
background-color css
<style>
a { background-color: #C0763D; }
a { background-color: rgb(192,118,61); }
div.DivClassName
{
background-color: #C0763D;
}
.BgClassName
{
background-color: #C0763D;
}
</style>
border-color css
<style>
span { border-color: #C0763D; }
span { border-color: rgb(192,118,61); }
td.TdClassName
{
border-color: #C0763D;
}
.TagClassName
{
border-color: #C0763D;
}
</style>