Shades of Brandy Punch #C37843
Tints of Brandy Punch #C37843
RGB
CMYK
RGB Variations
Color information
#C37843 (or 0xC37843) is known color: Brandy Punch. HEX triplet: C3, 78 and 43. RGB value is (195,120,67). Sum of RGB (Red+Green+Blue) = 195+120+67=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C37843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37843 is #3C87BC. Grayscale: #888888. Windows color (decimal): -3966909 or 4421827. OLE color: 4421827.
HSL color Cylindrical-coordinate representation of color #C37843: hue angle of 24.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 #C37843 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 67 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.24 |
| HSL | 24.84º | 0.52% | 0.51% | - |
| HSV(B) | 24.84º | 0.66% | 0.76% | - |
| XYZ | 30.24 | 25.44 | 8.63 | - |
| YUV | 136.38 | 88.85 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 67 | 0 | 0.38 | 0.66 | 0.24 | 24.84 | 0.52 | 0.51 |
| Hex | C3 | 78 | 43 | 0 | 26 | 42 | 18 | 19 | 34 | 33 |
| Octal | 303 | 170 | 103 | 0 | 46 | 102 | 30 | 31 | 64 | 63 |
| Binary | 11000011 | 1111000 | 1000011 | 0 | 100110 | 1000010 | 11000 | 11001 | 110100 | 110011 |
Color Harmonies of #C37843
Complementary color
Monochromatic Colors of #C37843
Black with #C37843
Text Example
Text Example
White with #C37843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37843; }
p { color: rgb(195,120,67); }
H1.HeaderClassName
{
color: #C37843;
}
.AnyTagClassName
{
color: #C37843;
}
</style>
background-color css
<style>
a { background-color: #C37843; }
a { background-color: rgb(195,120,67); }
div.DivClassName
{
background-color: #C37843;
}
.BgClassName
{
background-color: #C37843;
}
</style>
border-color css
<style>
span { border-color: #C37843; }
span { border-color: rgb(195,120,67); }
td.TdClassName
{
border-color: #C37843;
}
.TagClassName
{
border-color: #C37843;
}
</style>