Shades of Brandy Punch #C38051
Tints of Brandy Punch #C38051
RGB
CMYK
RGB Variations
Color information
#C38051 (or 0xC38051) is known color: Brandy Punch. HEX triplet: C3, 80 and 51. RGB value is (195,128,81). Sum of RGB (Red+Green+Blue) = 195+128+81=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C38051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38051 is #3C7FAE. Grayscale: #8E8E8E. Windows color (decimal): -3964847 or 5341379. OLE color: 5341379.
HSL color Cylindrical-coordinate representation of color #C38051: hue angle of 24.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C38051 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 81 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.24 |
| HSL | 24.74º | 0.49% | 0.54% | - |
| HSV(B) | 24.74º | 0.58% | 0.76% | - |
| XYZ | 31.71 | 27.63 | 11.45 | - |
| YUV | 142.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 81 | 0 | 0.34 | 0.58 | 0.24 | 24.74 | 0.49 | 0.54 |
| Hex | C3 | 80 | 51 | 0 | 22 | 3A | 18 | 19 | 31 | 36 |
| Octal | 303 | 200 | 121 | 0 | 42 | 72 | 30 | 31 | 61 | 66 |
| Binary | 11000011 | 10000000 | 1010001 | 0 | 100010 | 111010 | 11000 | 11001 | 110001 | 110110 |
Color Harmonies of #C38051
Complementary color
Monochromatic Colors of #C38051
Black with #C38051
Text Example
Text Example
White with #C38051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38051; }
p { color: rgb(195,128,81); }
H1.HeaderClassName
{
color: #C38051;
}
.AnyTagClassName
{
color: #C38051;
}
</style>
background-color css
<style>
a { background-color: #C38051; }
a { background-color: rgb(195,128,81); }
div.DivClassName
{
background-color: #C38051;
}
.BgClassName
{
background-color: #C38051;
}
</style>
border-color css
<style>
span { border-color: #C38051; }
span { border-color: rgb(195,128,81); }
td.TdClassName
{
border-color: #C38051;
}
.TagClassName
{
border-color: #C38051;
}
</style>