Shades of Brandy Punch #C3854B
Tints of Brandy Punch #C3854B
RGB
CMYK
RGB Variations
Color information
#C3854B (or 0xC3854B) is known color: Brandy Punch. HEX triplet: C3, 85 and 4B. RGB value is (195,133,75). Sum of RGB (Red+Green+Blue) = 195+133+75=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3854B is #3C7AB4. Grayscale: #919191. Windows color (decimal): -3963573 or 4949443. OLE color: 4949443.
HSL color Cylindrical-coordinate representation of color #C3854B: hue angle of 29º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3854B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 75 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.24 |
| HSL | 29º | 0.5% | 0.53% | - |
| HSV(B) | 29º | 0.62% | 0.76% | - |
| XYZ | 32.16 | 28.89 | 10.54 | - |
| YUV | 144.93 | 88.54 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 75 | 0 | 0.32 | 0.62 | 0.24 | 29 | 0.5 | 0.53 |
| Hex | C3 | 85 | 4B | 0 | 20 | 3E | 18 | 1D | 32 | 35 |
| Octal | 303 | 205 | 113 | 0 | 40 | 76 | 30 | 35 | 62 | 65 |
| Binary | 11000011 | 10000101 | 1001011 | 0 | 100000 | 111110 | 11000 | 11101 | 110010 | 110101 |
Color Harmonies of #C3854B
Complementary color
Monochromatic Colors of #C3854B
Black with #C3854B
Text Example
Text Example
White with #C3854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3854B; }
p { color: rgb(195,133,75); }
H1.HeaderClassName
{
color: #C3854B;
}
.AnyTagClassName
{
color: #C3854B;
}
</style>
background-color css
<style>
a { background-color: #C3854B; }
a { background-color: rgb(195,133,75); }
div.DivClassName
{
background-color: #C3854B;
}
.BgClassName
{
background-color: #C3854B;
}
</style>
border-color css
<style>
span { border-color: #C3854B; }
span { border-color: rgb(195,133,75); }
td.TdClassName
{
border-color: #C3854B;
}
.TagClassName
{
border-color: #C3854B;
}
</style>