Shades of Brandy Punch #C3793D
Tints of Brandy Punch #C3793D
RGB
CMYK
RGB Variations
Color information
#C3793D (or 0xC3793D) is known color: Brandy Punch. HEX triplet: C3, 79 and 3D. RGB value is (195,121,61). Sum of RGB (Red+Green+Blue) = 195+121+61=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C3793D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3793D is #3C86C2. Grayscale: #888888. Windows color (decimal): -3966659 or 4028867. OLE color: 4028867.
HSL color Cylindrical-coordinate representation of color #C3793D: hue angle of 26.87º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3793D is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 61 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.24 |
| HSL | 26.87º | 0.53% | 0.5% | - |
| HSV(B) | 26.87º | 0.69% | 0.76% | - |
| XYZ | 30.19 | 25.61 | 7.77 | - |
| YUV | 136.29 | 85.52 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 61 | 0 | 0.38 | 0.69 | 0.24 | 26.87 | 0.53 | 0.5 |
| Hex | C3 | 79 | 3D | 0 | 26 | 45 | 18 | 1B | 35 | 32 |
| Octal | 303 | 171 | 75 | 0 | 46 | 105 | 30 | 33 | 65 | 62 |
| Binary | 11000011 | 1111001 | 111101 | 0 | 100110 | 1000101 | 11000 | 11011 | 110101 | 110010 |
Color Harmonies of #C3793D
Complementary color
Monochromatic Colors of #C3793D
Black with #C3793D
Text Example
Text Example
White with #C3793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3793D; }
p { color: rgb(195,121,61); }
H1.HeaderClassName
{
color: #C3793D;
}
.AnyTagClassName
{
color: #C3793D;
}
</style>
background-color css
<style>
a { background-color: #C3793D; }
a { background-color: rgb(195,121,61); }
div.DivClassName
{
background-color: #C3793D;
}
.BgClassName
{
background-color: #C3793D;
}
</style>
border-color css
<style>
span { border-color: #C3793D; }
span { border-color: rgb(195,121,61); }
td.TdClassName
{
border-color: #C3793D;
}
.TagClassName
{
border-color: #C3793D;
}
</style>