Shades of Brandy Punch #C38148
Tints of Brandy Punch #C38148
RGB
CMYK
RGB Variations
Color information
#C38148 (or 0xC38148) is known color: Brandy Punch. HEX triplet: C3, 81 and 48. RGB value is (195,129,72). Sum of RGB (Red+Green+Blue) = 195+129+72=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C38148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38148 is #3C7EB7. Grayscale: #8E8E8E. Windows color (decimal): -3964600 or 4751811. OLE color: 4751811.
HSL color Cylindrical-coordinate representation of color #C38148: hue angle of 27.8º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C38148 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 72 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.24 |
| HSL | 27.8º | 0.51% | 0.52% | - |
| HSV(B) | 27.8º | 0.63% | 0.76% | - |
| XYZ | 31.53 | 27.77 | 9.83 | - |
| YUV | 142.24 | 88.37 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 72 | 0 | 0.34 | 0.63 | 0.24 | 27.8 | 0.51 | 0.52 |
| Hex | C3 | 81 | 48 | 0 | 22 | 3F | 18 | 1C | 33 | 34 |
| Octal | 303 | 201 | 110 | 0 | 42 | 77 | 30 | 34 | 63 | 64 |
| Binary | 11000011 | 10000001 | 1001000 | 0 | 100010 | 111111 | 11000 | 11100 | 110011 | 110100 |
Color Harmonies of #C38148
Complementary color
Monochromatic Colors of #C38148
Black with #C38148
Text Example
Text Example
White with #C38148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38148; }
p { color: rgb(195,129,72); }
H1.HeaderClassName
{
color: #C38148;
}
.AnyTagClassName
{
color: #C38148;
}
</style>
background-color css
<style>
a { background-color: #C38148; }
a { background-color: rgb(195,129,72); }
div.DivClassName
{
background-color: #C38148;
}
.BgClassName
{
background-color: #C38148;
}
</style>
border-color css
<style>
span { border-color: #C38148; }
span { border-color: rgb(195,129,72); }
td.TdClassName
{
border-color: #C38148;
}
.TagClassName
{
border-color: #C38148;
}
</style>