Shades of Brandy Punch #C77C3D
Tints of Brandy Punch #C77C3D
RGB
CMYK
RGB Variations
Color information
#C77C3D (or 0xC77C3D) is known color: Brandy Punch. HEX triplet: C7, 7C and 3D. RGB value is (199,124,61). Sum of RGB (Red+Green+Blue) = 199+124+61=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77C3D is #3883C2. Grayscale: #8B8B8B. Windows color (decimal): -3703747 or 4029639. OLE color: 4029639.
HSL color Cylindrical-coordinate representation of color #C77C3D: hue angle of 27.39º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C77C3D is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 61 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.22 |
| HSL | 27.39º | 0.55% | 0.51% | - |
| HSV(B) | 27.39º | 0.69% | 0.78% | - |
| XYZ | 31.6 | 26.89 | 7.94 | - |
| YUV | 139.24 | 83.85 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 61 | 0 | 0.38 | 0.69 | 0.22 | 27.39 | 0.55 | 0.51 |
| Hex | C7 | 7C | 3D | 0 | 26 | 45 | 16 | 1B | 37 | 33 |
| Octal | 307 | 174 | 75 | 0 | 46 | 105 | 26 | 33 | 67 | 63 |
| Binary | 11000111 | 1111100 | 111101 | 0 | 100110 | 1000101 | 10110 | 11011 | 110111 | 110011 |
Color Harmonies of #C77C3D
Complementary color
Monochromatic Colors of #C77C3D
Black with #C77C3D
Text Example
Text Example
White with #C77C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C3D; }
p { color: rgb(199,124,61); }
H1.HeaderClassName
{
color: #C77C3D;
}
.AnyTagClassName
{
color: #C77C3D;
}
</style>
background-color css
<style>
a { background-color: #C77C3D; }
a { background-color: rgb(199,124,61); }
div.DivClassName
{
background-color: #C77C3D;
}
.BgClassName
{
background-color: #C77C3D;
}
</style>
border-color css
<style>
span { border-color: #C77C3D; }
span { border-color: rgb(199,124,61); }
td.TdClassName
{
border-color: #C77C3D;
}
.TagClassName
{
border-color: #C77C3D;
}
</style>