Shades of Brandy Punch #C38448
Tints of Brandy Punch #C38448
RGB
CMYK
RGB Variations
Color information
#C38448 (or 0xC38448) is known color: Brandy Punch. HEX triplet: C3, 84 and 48. RGB value is (195,132,72). Sum of RGB (Red+Green+Blue) = 195+132+72=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C38448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38448 is #3C7BB7. Grayscale: #909090. Windows color (decimal): -3963832 or 4752579. OLE color: 4752579.
HSL color Cylindrical-coordinate representation of color #C38448: hue angle of 29.27º 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 #C38448 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 72 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.24 |
| HSL | 29.27º | 0.51% | 0.52% | - |
| HSV(B) | 29.27º | 0.63% | 0.76% | - |
| XYZ | 31.93 | 28.57 | 9.96 | - |
| YUV | 144 | 87.37 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 72 | 0 | 0.32 | 0.63 | 0.24 | 29.27 | 0.51 | 0.52 |
| Hex | C3 | 84 | 48 | 0 | 20 | 3F | 18 | 1D | 33 | 34 |
| Octal | 303 | 204 | 110 | 0 | 40 | 77 | 30 | 35 | 63 | 64 |
| Binary | 11000011 | 10000100 | 1001000 | 0 | 100000 | 111111 | 11000 | 11101 | 110011 | 110100 |
Color Harmonies of #C38448
Complementary color
Monochromatic Colors of #C38448
Black with #C38448
Text Example
Text Example
White with #C38448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38448; }
p { color: rgb(195,132,72); }
H1.HeaderClassName
{
color: #C38448;
}
.AnyTagClassName
{
color: #C38448;
}
</style>
background-color css
<style>
a { background-color: #C38448; }
a { background-color: rgb(195,132,72); }
div.DivClassName
{
background-color: #C38448;
}
.BgClassName
{
background-color: #C38448;
}
</style>
border-color css
<style>
span { border-color: #C38448; }
span { border-color: rgb(195,132,72); }
td.TdClassName
{
border-color: #C38448;
}
.TagClassName
{
border-color: #C38448;
}
</style>