Shades of Brandy Punch #C3803B
Tints of Brandy Punch #C3803B
RGB
CMYK
RGB Variations
Color information
#C3803B (or 0xC3803B) is known color: Brandy Punch. HEX triplet: C3, 80 and 3B. RGB value is (195,128,59). Sum of RGB (Red+Green+Blue) = 195+128+59=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C3803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3803B is #3C7FC4. Grayscale: #8C8C8C. Windows color (decimal): -3964869 or 3899587. OLE color: 3899587.
HSL color Cylindrical-coordinate representation of color #C3803B: hue angle of 30.44º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3803B is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 59 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.24 |
| HSL | 30.44º | 0.54% | 0.5% | - |
| HSV(B) | 30.44º | 0.7% | 0.76% | - |
| XYZ | 31.01 | 27.36 | 7.78 | - |
| YUV | 140.17 | 82.2 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 59 | 0 | 0.34 | 0.70 | 0.24 | 30.44 | 0.54 | 0.5 |
| Hex | C3 | 80 | 3B | 0 | 22 | 46 | 18 | 1E | 36 | 32 |
| Octal | 303 | 200 | 73 | 0 | 42 | 106 | 30 | 36 | 66 | 62 |
| Binary | 11000011 | 10000000 | 111011 | 0 | 100010 | 1000110 | 11000 | 11110 | 110110 | 110010 |
Color Harmonies of #C3803B
Complementary color
Monochromatic Colors of #C3803B
Black with #C3803B
Text Example
Text Example
White with #C3803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3803B; }
p { color: rgb(195,128,59); }
H1.HeaderClassName
{
color: #C3803B;
}
.AnyTagClassName
{
color: #C3803B;
}
</style>
background-color css
<style>
a { background-color: #C3803B; }
a { background-color: rgb(195,128,59); }
div.DivClassName
{
background-color: #C3803B;
}
.BgClassName
{
background-color: #C3803B;
}
</style>
border-color css
<style>
span { border-color: #C3803B; }
span { border-color: rgb(195,128,59); }
td.TdClassName
{
border-color: #C3803B;
}
.TagClassName
{
border-color: #C3803B;
}
</style>