Shades of Brandy Punch #C38045
Tints of Brandy Punch #C38045
RGB
CMYK
RGB Variations
Color information
#C38045 (or 0xC38045) is known color: Brandy Punch. HEX triplet: C3, 80 and 45. RGB value is (195,128,69). Sum of RGB (Red+Green+Blue) = 195+128+69=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C38045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38045 is #3C7FBA. Grayscale: #8D8D8D. Windows color (decimal): -3964859 or 4554947. OLE color: 4554947.
HSL color Cylindrical-coordinate representation of color #C38045: hue angle of 28.1º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C38045 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 69 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.24 |
| HSL | 28.1º | 0.51% | 0.52% | - |
| HSV(B) | 28.1º | 0.65% | 0.76% | - |
| XYZ | 31.3 | 27.47 | 9.28 | - |
| YUV | 141.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 69 | 0 | 0.34 | 0.65 | 0.24 | 28.1 | 0.51 | 0.52 |
| Hex | C3 | 80 | 45 | 0 | 22 | 41 | 18 | 1C | 33 | 34 |
| Octal | 303 | 200 | 105 | 0 | 42 | 101 | 30 | 34 | 63 | 64 |
| Binary | 11000011 | 10000000 | 1000101 | 0 | 100010 | 1000001 | 11000 | 11100 | 110011 | 110100 |
Color Harmonies of #C38045
Complementary color
Monochromatic Colors of #C38045
Black with #C38045
Text Example
Text Example
White with #C38045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38045; }
p { color: rgb(195,128,69); }
H1.HeaderClassName
{
color: #C38045;
}
.AnyTagClassName
{
color: #C38045;
}
</style>
background-color css
<style>
a { background-color: #C38045; }
a { background-color: rgb(195,128,69); }
div.DivClassName
{
background-color: #C38045;
}
.BgClassName
{
background-color: #C38045;
}
</style>
border-color css
<style>
span { border-color: #C38045; }
span { border-color: rgb(195,128,69); }
td.TdClassName
{
border-color: #C38045;
}
.TagClassName
{
border-color: #C38045;
}
</style>