Shades of Brandy Punch #C4813C
Tints of Brandy Punch #C4813C
RGB
CMYK
RGB Variations
Color information
#C4813C (or 0xC4813C) is known color: Brandy Punch. HEX triplet: C4, 81 and 3C. RGB value is (196,129,60). Sum of RGB (Red+Green+Blue) = 196+129+60=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4813C is #3B7EC3. Grayscale: #8D8D8D. Windows color (decimal): -3899076 or 3965380. OLE color: 3965380.
HSL color Cylindrical-coordinate representation of color #C4813C: hue angle of 30.44º 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 #C4813C is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 60 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.23 |
| HSL | 30.44º | 0.54% | 0.5% | - |
| HSV(B) | 30.44º | 0.69% | 0.77% | - |
| XYZ | 31.43 | 27.76 | 7.98 | - |
| YUV | 141.17 | 82.2 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 60 | 0 | 0.34 | 0.69 | 0.23 | 30.44 | 0.54 | 0.5 |
| Hex | C4 | 81 | 3C | 0 | 22 | 45 | 17 | 1E | 36 | 32 |
| Octal | 304 | 201 | 74 | 0 | 42 | 105 | 27 | 36 | 66 | 62 |
| Binary | 11000100 | 10000001 | 111100 | 0 | 100010 | 1000101 | 10111 | 11110 | 110110 | 110010 |
Color Harmonies of #C4813C
Complementary color
Monochromatic Colors of #C4813C
Black with #C4813C
Text Example
Text Example
White with #C4813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4813C; }
p { color: rgb(196,129,60); }
H1.HeaderClassName
{
color: #C4813C;
}
.AnyTagClassName
{
color: #C4813C;
}
</style>
background-color css
<style>
a { background-color: #C4813C; }
a { background-color: rgb(196,129,60); }
div.DivClassName
{
background-color: #C4813C;
}
.BgClassName
{
background-color: #C4813C;
}
</style>
border-color css
<style>
span { border-color: #C4813C; }
span { border-color: rgb(196,129,60); }
td.TdClassName
{
border-color: #C4813C;
}
.TagClassName
{
border-color: #C4813C;
}
</style>