Shades of Brandy Punch #C4794B
Tints of Brandy Punch #C4794B
RGB
CMYK
RGB Variations
Color information
#C4794B (or 0xC4794B) is known color: Brandy Punch. HEX triplet: C4, 79 and 4B. RGB value is (196,121,75). Sum of RGB (Red+Green+Blue) = 196+121+75=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4794B is #3B86B4. Grayscale: #8A8A8A. Windows color (decimal): -3901109 or 4946372. OLE color: 4946372.
HSL color Cylindrical-coordinate representation of color #C4794B: hue angle of 22.81º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4794B is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 75 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.23 |
| HSL | 22.81º | 0.51% | 0.53% | - |
| HSV(B) | 22.81º | 0.62% | 0.77% | - |
| XYZ | 30.87 | 25.92 | 10.03 | - |
| YUV | 138.18 | 92.35 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 75 | 0 | 0.38 | 0.62 | 0.23 | 22.81 | 0.51 | 0.53 |
| Hex | C4 | 79 | 4B | 0 | 26 | 3E | 17 | 17 | 33 | 35 |
| Octal | 304 | 171 | 113 | 0 | 46 | 76 | 27 | 27 | 63 | 65 |
| Binary | 11000100 | 1111001 | 1001011 | 0 | 100110 | 111110 | 10111 | 10111 | 110011 | 110101 |
Color Harmonies of #C4794B
Complementary color
Monochromatic Colors of #C4794B
Black with #C4794B
Text Example
Text Example
White with #C4794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4794B; }
p { color: rgb(196,121,75); }
H1.HeaderClassName
{
color: #C4794B;
}
.AnyTagClassName
{
color: #C4794B;
}
</style>
background-color css
<style>
a { background-color: #C4794B; }
a { background-color: rgb(196,121,75); }
div.DivClassName
{
background-color: #C4794B;
}
.BgClassName
{
background-color: #C4794B;
}
</style>
border-color css
<style>
span { border-color: #C4794B; }
span { border-color: rgb(196,121,75); }
td.TdClassName
{
border-color: #C4794B;
}
.TagClassName
{
border-color: #C4794B;
}
</style>