Shades of Brandy Punch #C4783C
Tints of Brandy Punch #C4783C
RGB
CMYK
RGB Variations
Color information
#C4783C (or 0xC4783C) is known color: Brandy Punch. HEX triplet: C4, 78 and 3C. RGB value is (196,120,60). Sum of RGB (Red+Green+Blue) = 196+120+60=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4783C is #3B87C3. Grayscale: #888888. Windows color (decimal): -3901380 or 3963076. OLE color: 3963076.
HSL color Cylindrical-coordinate representation of color #C4783C: hue angle of 26.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4783C is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 60 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.23 |
| HSL | 26.47º | 0.54% | 0.5% | - |
| HSV(B) | 26.47º | 0.69% | 0.77% | - |
| XYZ | 30.3 | 25.49 | 7.6 | - |
| YUV | 135.88 | 85.18 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 60 | 0 | 0.39 | 0.69 | 0.23 | 26.47 | 0.54 | 0.5 |
| Hex | C4 | 78 | 3C | 0 | 27 | 45 | 17 | 1A | 36 | 32 |
| Octal | 304 | 170 | 74 | 0 | 47 | 105 | 27 | 32 | 66 | 62 |
| Binary | 11000100 | 1111000 | 111100 | 0 | 100111 | 1000101 | 10111 | 11010 | 110110 | 110010 |
Color Harmonies of #C4783C
Complementary color
Monochromatic Colors of #C4783C
Black with #C4783C
Text Example
Text Example
White with #C4783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4783C; }
p { color: rgb(196,120,60); }
H1.HeaderClassName
{
color: #C4783C;
}
.AnyTagClassName
{
color: #C4783C;
}
</style>
background-color css
<style>
a { background-color: #C4783C; }
a { background-color: rgb(196,120,60); }
div.DivClassName
{
background-color: #C4783C;
}
.BgClassName
{
background-color: #C4783C;
}
</style>
border-color css
<style>
span { border-color: #C4783C; }
span { border-color: rgb(196,120,60); }
td.TdClassName
{
border-color: #C4783C;
}
.TagClassName
{
border-color: #C4783C;
}
</style>