Shades of Brandy Punch #C3804B
Tints of Brandy Punch #C3804B
RGB
CMYK
RGB Variations
Color information
#C3804B (or 0xC3804B) is known color: Brandy Punch. HEX triplet: C3, 80 and 4B. RGB value is (195,128,75). Sum of RGB (Red+Green+Blue) = 195+128+75=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C3804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3804B is #3C7FB4. Grayscale: #8E8E8E. Windows color (decimal): -3964853 or 4948163. OLE color: 4948163.
HSL color Cylindrical-coordinate representation of color #C3804B: hue angle of 26.5º 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 #C3804B is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 75 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.24 |
| HSL | 26.5º | 0.5% | 0.53% | - |
| HSV(B) | 26.5º | 0.62% | 0.76% | - |
| XYZ | 31.49 | 27.55 | 10.31 | - |
| YUV | 141.99 | 90.2 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 75 | 0 | 0.34 | 0.62 | 0.24 | 26.5 | 0.5 | 0.53 |
| Hex | C3 | 80 | 4B | 0 | 22 | 3E | 18 | 1A | 32 | 35 |
| Octal | 303 | 200 | 113 | 0 | 42 | 76 | 30 | 32 | 62 | 65 |
| Binary | 11000011 | 10000000 | 1001011 | 0 | 100010 | 111110 | 11000 | 11010 | 110010 | 110101 |
Color Harmonies of #C3804B
Complementary color
Monochromatic Colors of #C3804B
Black with #C3804B
Text Example
Text Example
White with #C3804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3804B; }
p { color: rgb(195,128,75); }
H1.HeaderClassName
{
color: #C3804B;
}
.AnyTagClassName
{
color: #C3804B;
}
</style>
background-color css
<style>
a { background-color: #C3804B; }
a { background-color: rgb(195,128,75); }
div.DivClassName
{
background-color: #C3804B;
}
.BgClassName
{
background-color: #C3804B;
}
</style>
border-color css
<style>
span { border-color: #C3804B; }
span { border-color: rgb(195,128,75); }
td.TdClassName
{
border-color: #C3804B;
}
.TagClassName
{
border-color: #C3804B;
}
</style>