Shades of Brandy Punch #C4854C
Tints of Brandy Punch #C4854C
RGB
CMYK
RGB Variations
Color information
#C4854C (or 0xC4854C) is known color: Brandy Punch. HEX triplet: C4, 85 and 4C. RGB value is (196,133,76). Sum of RGB (Red+Green+Blue) = 196+133+76=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4854C is #3B7AB3. Grayscale: #919191. Windows color (decimal): -3898036 or 5014980. OLE color: 5014980.
HSL color Cylindrical-coordinate representation of color #C4854C: hue angle of 28.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4854C is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 76 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.23 |
| HSL | 28.5º | 0.5% | 0.53% | - |
| HSV(B) | 28.5º | 0.61% | 0.77% | - |
| XYZ | 32.46 | 29.03 | 10.73 | - |
| YUV | 145.34 | 88.87 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 76 | 0 | 0.32 | 0.61 | 0.23 | 28.5 | 0.5 | 0.53 |
| Hex | C4 | 85 | 4C | 0 | 20 | 3D | 17 | 1C | 32 | 35 |
| Octal | 304 | 205 | 114 | 0 | 40 | 75 | 27 | 34 | 62 | 65 |
| Binary | 11000100 | 10000101 | 1001100 | 0 | 100000 | 111101 | 10111 | 11100 | 110010 | 110101 |
Color Harmonies of #C4854C
Complementary color
Monochromatic Colors of #C4854C
Black with #C4854C
Text Example
Text Example
White with #C4854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4854C; }
p { color: rgb(196,133,76); }
H1.HeaderClassName
{
color: #C4854C;
}
.AnyTagClassName
{
color: #C4854C;
}
</style>
background-color css
<style>
a { background-color: #C4854C; }
a { background-color: rgb(196,133,76); }
div.DivClassName
{
background-color: #C4854C;
}
.BgClassName
{
background-color: #C4854C;
}
</style>
border-color css
<style>
span { border-color: #C4854C; }
span { border-color: rgb(196,133,76); }
td.TdClassName
{
border-color: #C4854C;
}
.TagClassName
{
border-color: #C4854C;
}
</style>