Shades of Brandy Punch #C3793F
Tints of Brandy Punch #C3793F
RGB
CMYK
RGB Variations
Color information
#C3793F (or 0xC3793F) is known color: Brandy Punch. HEX triplet: C3, 79 and 3F. RGB value is (195,121,63). Sum of RGB (Red+Green+Blue) = 195+121+63=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C3793F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3793F is #3C86C0. Grayscale: #888888. Windows color (decimal): -3966657 or 4159939. OLE color: 4159939.
HSL color Cylindrical-coordinate representation of color #C3793F: hue angle of 26.36º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3793F is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 63 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.24 |
| HSL | 26.36º | 0.52% | 0.51% | - |
| HSV(B) | 26.36º | 0.68% | 0.76% | - |
| XYZ | 30.24 | 25.64 | 8.06 | - |
| YUV | 136.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 63 | 0 | 0.38 | 0.68 | 0.24 | 26.36 | 0.52 | 0.51 |
| Hex | C3 | 79 | 3F | 0 | 26 | 44 | 18 | 1A | 34 | 33 |
| Octal | 303 | 171 | 77 | 0 | 46 | 104 | 30 | 32 | 64 | 63 |
| Binary | 11000011 | 1111001 | 111111 | 0 | 100110 | 1000100 | 11000 | 11010 | 110100 | 110011 |
Color Harmonies of #C3793F
Complementary color
Monochromatic Colors of #C3793F
Black with #C3793F
Text Example
Text Example
White with #C3793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3793F; }
p { color: rgb(195,121,63); }
H1.HeaderClassName
{
color: #C3793F;
}
.AnyTagClassName
{
color: #C3793F;
}
</style>
background-color css
<style>
a { background-color: #C3793F; }
a { background-color: rgb(195,121,63); }
div.DivClassName
{
background-color: #C3793F;
}
.BgClassName
{
background-color: #C3793F;
}
</style>
border-color css
<style>
span { border-color: #C3793F; }
span { border-color: rgb(195,121,63); }
td.TdClassName
{
border-color: #C3793F;
}
.TagClassName
{
border-color: #C3793F;
}
</style>