Shades of Brandy Punch #C38245
Tints of Brandy Punch #C38245
RGB
CMYK
RGB Variations
Color information
#C38245 (or 0xC38245) is known color: Brandy Punch. HEX triplet: C3, 82 and 45. RGB value is (195,130,69). Sum of RGB (Red+Green+Blue) = 195+130+69=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C38245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38245 is #3C7DBA. Grayscale: #8E8E8E. Windows color (decimal): -3964347 or 4555459. OLE color: 4555459.
HSL color Cylindrical-coordinate representation of color #C38245: hue angle of 29.05º 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 #C38245 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 69 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.24 |
| HSL | 29.05º | 0.51% | 0.52% | - |
| HSV(B) | 29.05º | 0.65% | 0.76% | - |
| XYZ | 31.56 | 28 | 9.37 | - |
| YUV | 142.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 69 | 0 | 0.33 | 0.65 | 0.24 | 29.05 | 0.51 | 0.52 |
| Hex | C3 | 82 | 45 | 0 | 21 | 41 | 18 | 1D | 33 | 34 |
| Octal | 303 | 202 | 105 | 0 | 41 | 101 | 30 | 35 | 63 | 64 |
| Binary | 11000011 | 10000010 | 1000101 | 0 | 100001 | 1000001 | 11000 | 11101 | 110011 | 110100 |
Color Harmonies of #C38245
Complementary color
Monochromatic Colors of #C38245
Black with #C38245
Text Example
Text Example
White with #C38245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38245; }
p { color: rgb(195,130,69); }
H1.HeaderClassName
{
color: #C38245;
}
.AnyTagClassName
{
color: #C38245;
}
</style>
background-color css
<style>
a { background-color: #C38245; }
a { background-color: rgb(195,130,69); }
div.DivClassName
{
background-color: #C38245;
}
.BgClassName
{
background-color: #C38245;
}
</style>
border-color css
<style>
span { border-color: #C38245; }
span { border-color: rgb(195,130,69); }
td.TdClassName
{
border-color: #C38245;
}
.TagClassName
{
border-color: #C38245;
}
</style>