Shades of Brandy Punch #C38649
Tints of Brandy Punch #C38649
RGB
CMYK
RGB Variations
Color information
#C38649 (or 0xC38649) is known color: Brandy Punch. HEX triplet: C3, 86 and 49. RGB value is (195,134,73). Sum of RGB (Red+Green+Blue) = 195+134+73=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C38649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38649 is #3C79B6. Grayscale: #919191. Windows color (decimal): -3963319 or 4818627. OLE color: 4818627.
HSL color Cylindrical-coordinate representation of color #C38649: hue angle of 30º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C38649 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 73 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.24 |
| HSL | 30º | 0.5% | 0.53% | - |
| HSV(B) | 30º | 0.63% | 0.76% | - |
| XYZ | 32.23 | 29.13 | 10.23 | - |
| YUV | 145.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 73 | 0 | 0.31 | 0.63 | 0.24 | 30 | 0.5 | 0.53 |
| Hex | C3 | 86 | 49 | 0 | 1F | 3F | 18 | 1E | 32 | 35 |
| Octal | 303 | 206 | 111 | 0 | 37 | 77 | 30 | 36 | 62 | 65 |
| Binary | 11000011 | 10000110 | 1001001 | 0 | 11111 | 111111 | 11000 | 11110 | 110010 | 110101 |
Color Harmonies of #C38649
Complementary color
Monochromatic Colors of #C38649
Black with #C38649
Text Example
Text Example
White with #C38649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38649; }
p { color: rgb(195,134,73); }
H1.HeaderClassName
{
color: #C38649;
}
.AnyTagClassName
{
color: #C38649;
}
</style>
background-color css
<style>
a { background-color: #C38649; }
a { background-color: rgb(195,134,73); }
div.DivClassName
{
background-color: #C38649;
}
.BgClassName
{
background-color: #C38649;
}
</style>
border-color css
<style>
span { border-color: #C38649; }
span { border-color: rgb(195,134,73); }
td.TdClassName
{
border-color: #C38649;
}
.TagClassName
{
border-color: #C38649;
}
</style>