Shades of Brandy Punch #C3833D
Tints of Brandy Punch #C3833D
RGB
CMYK
RGB Variations
Color information
#C3833D (or 0xC3833D) is known color: Brandy Punch. HEX triplet: C3, 83 and 3D. RGB value is (195,131,61). Sum of RGB (Red+Green+Blue) = 195+131+61=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3833D is #3C7CC2. Grayscale: #8E8E8E. Windows color (decimal): -3964099 or 4031427. OLE color: 4031427.
HSL color Cylindrical-coordinate representation of color #C3833D: hue angle of 31.34º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3833D is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 61 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.24 |
| HSL | 31.34º | 0.53% | 0.5% | - |
| HSV(B) | 31.34º | 0.69% | 0.76% | - |
| XYZ | 31.46 | 28.17 | 8.19 | - |
| YUV | 142.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 61 | 0 | 0.33 | 0.69 | 0.24 | 31.34 | 0.53 | 0.5 |
| Hex | C3 | 83 | 3D | 0 | 21 | 45 | 18 | 1F | 35 | 32 |
| Octal | 303 | 203 | 75 | 0 | 41 | 105 | 30 | 37 | 65 | 62 |
| Binary | 11000011 | 10000011 | 111101 | 0 | 100001 | 1000101 | 11000 | 11111 | 110101 | 110010 |
Color Harmonies of #C3833D
Complementary color
Monochromatic Colors of #C3833D
Black with #C3833D
Text Example
Text Example
White with #C3833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3833D; }
p { color: rgb(195,131,61); }
H1.HeaderClassName
{
color: #C3833D;
}
.AnyTagClassName
{
color: #C3833D;
}
</style>
background-color css
<style>
a { background-color: #C3833D; }
a { background-color: rgb(195,131,61); }
div.DivClassName
{
background-color: #C3833D;
}
.BgClassName
{
background-color: #C3833D;
}
</style>
border-color css
<style>
span { border-color: #C3833D; }
span { border-color: rgb(195,131,61); }
td.TdClassName
{
border-color: #C3833D;
}
.TagClassName
{
border-color: #C3833D;
}
</style>