Shades of Brandy Punch #C3834D
Tints of Brandy Punch #C3834D
RGB
CMYK
RGB Variations
Color information
#C3834D (or 0xC3834D) is known color: Brandy Punch. HEX triplet: C3, 83 and 4D. RGB value is (195,131,77). Sum of RGB (Red+Green+Blue) = 195+131+77=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3834D is #3C7CB2. Grayscale: #909090. Windows color (decimal): -3964083 or 5080003. OLE color: 5080003.
HSL color Cylindrical-coordinate representation of color #C3834D: hue angle of 27.46º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3834D is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 131 | 77 | - |
CMYK | 0 | 0.33 | 0.61 | 0.24 |
HSL | 27.46º | 0.5% | 0.53% | - |
HSV(B) | 27.46º | 0.61% | 0.76% | - |
XYZ | 31.96 | 28.37 | 10.81 | - |
YUV | 143.98 | 90.2 | 164.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 131 | 77 | 0 | 0.33 | 0.61 | 0.24 | 27.46 | 0.5 | 0.53 |
Hex | C3 | 83 | 4D | 0 | 21 | 3D | 18 | 1B | 32 | 35 |
Octal | 303 | 203 | 115 | 0 | 41 | 75 | 30 | 33 | 62 | 65 |
Binary | 11000011 | 10000011 | 1001101 | 0 | 100001 | 111101 | 11000 | 11011 | 110010 | 110101 |
Color Harmonies of #C3834D
Complementary color
Monochromatic Colors of #C3834D
Black with #C3834D
Text Example
Text Example
White with #C3834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3834D; }
p { color: rgb(195,131,77); }
H1.HeaderClassName
{
color: #C3834D;
}
.AnyTagClassName
{
color: #C3834D;
}
</style>
background-color css
<style>
a { background-color: #C3834D; }
a { background-color: rgb(195,131,77); }
div.DivClassName
{
background-color: #C3834D;
}
.BgClassName
{
background-color: #C3834D;
}
</style>
border-color css
<style>
span { border-color: #C3834D; }
span { border-color: rgb(195,131,77); }
td.TdClassName
{
border-color: #C3834D;
}
.TagClassName
{
border-color: #C3834D;
}
</style>