Shades of Brandy Punch #C38042
Tints of Brandy Punch #C38042
RGB
CMYK
RGB Variations
Color information
#C38042 (or 0xC38042) is known color: Brandy Punch. HEX triplet: C3, 80 and 42. RGB value is (195,128,66). Sum of RGB (Red+Green+Blue) = 195+128+66=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C38042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38042 is #3C7FBD. Grayscale: #8D8D8D. Windows color (decimal): -3964862 or 4358339. OLE color: 4358339.
HSL color Cylindrical-coordinate representation of color #C38042: hue angle of 28.84º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C38042 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 66 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.24 |
| HSL | 28.84º | 0.52% | 0.51% | - |
| HSV(B) | 28.84º | 0.66% | 0.76% | - |
| XYZ | 31.21 | 27.43 | 8.8 | - |
| YUV | 140.97 | 85.7 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 66 | 0 | 0.34 | 0.66 | 0.24 | 28.84 | 0.52 | 0.51 |
| Hex | C3 | 80 | 42 | 0 | 22 | 42 | 18 | 1D | 34 | 33 |
| Octal | 303 | 200 | 102 | 0 | 42 | 102 | 30 | 35 | 64 | 63 |
| Binary | 11000011 | 10000000 | 1000010 | 0 | 100010 | 1000010 | 11000 | 11101 | 110100 | 110011 |
Color Harmonies of #C38042
Complementary color
Monochromatic Colors of #C38042
Black with #C38042
Text Example
Text Example
White with #C38042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38042; }
p { color: rgb(195,128,66); }
H1.HeaderClassName
{
color: #C38042;
}
.AnyTagClassName
{
color: #C38042;
}
</style>
background-color css
<style>
a { background-color: #C38042; }
a { background-color: rgb(195,128,66); }
div.DivClassName
{
background-color: #C38042;
}
.BgClassName
{
background-color: #C38042;
}
</style>
border-color css
<style>
span { border-color: #C38042; }
span { border-color: rgb(195,128,66); }
td.TdClassName
{
border-color: #C38042;
}
.TagClassName
{
border-color: #C38042;
}
</style>