Shades of Brandy Punch #C38350
Tints of Brandy Punch #C38350
RGB
CMYK
RGB Variations
Color information
#C38350 (or 0xC38350) is known color: Brandy Punch. HEX triplet: C3, 83 and 50. RGB value is (195,131,80). Sum of RGB (Red+Green+Blue) = 195+131+80=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C38350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38350 is #3C7CAF. Grayscale: #909090. Windows color (decimal): -3964080 or 5276611. OLE color: 5276611.
HSL color Cylindrical-coordinate representation of color #C38350: hue angle of 26.61º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C38350 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 80 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.24 |
| HSL | 26.61º | 0.49% | 0.54% | - |
| HSV(B) | 26.61º | 0.59% | 0.76% | - |
| XYZ | 32.07 | 28.41 | 11.38 | - |
| YUV | 144.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 80 | 0 | 0.33 | 0.59 | 0.24 | 26.61 | 0.49 | 0.54 |
| Hex | C3 | 83 | 50 | 0 | 21 | 3B | 18 | 1B | 31 | 36 |
| Octal | 303 | 203 | 120 | 0 | 41 | 73 | 30 | 33 | 61 | 66 |
| Binary | 11000011 | 10000011 | 1010000 | 0 | 100001 | 111011 | 11000 | 11011 | 110001 | 110110 |
Color Harmonies of #C38350
Complementary color
Monochromatic Colors of #C38350
Black with #C38350
Text Example
Text Example
White with #C38350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38350; }
p { color: rgb(195,131,80); }
H1.HeaderClassName
{
color: #C38350;
}
.AnyTagClassName
{
color: #C38350;
}
</style>
background-color css
<style>
a { background-color: #C38350; }
a { background-color: rgb(195,131,80); }
div.DivClassName
{
background-color: #C38350;
}
.BgClassName
{
background-color: #C38350;
}
</style>
border-color css
<style>
span { border-color: #C38350; }
span { border-color: rgb(195,131,80); }
td.TdClassName
{
border-color: #C38350;
}
.TagClassName
{
border-color: #C38350;
}
</style>