Shades of Brandy Punch #C3794C
Tints of Brandy Punch #C3794C
RGB
CMYK
RGB Variations
Color information
#C3794C (or 0xC3794C) is known color: Brandy Punch. HEX triplet: C3, 79 and 4C. RGB value is (195,121,76). Sum of RGB (Red+Green+Blue) = 195+121+76=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3794C is #3C86B3. Grayscale: #8A8A8A. Windows color (decimal): -3966644 or 5011907. OLE color: 5011907.
HSL color Cylindrical-coordinate representation of color #C3794C: hue angle of 22.69º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3794C is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 76 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.24 |
| HSL | 22.69º | 0.5% | 0.53% | - |
| HSV(B) | 22.69º | 0.61% | 0.76% | - |
| XYZ | 30.65 | 25.8 | 10.2 | - |
| YUV | 138 | 93.02 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 76 | 0 | 0.38 | 0.61 | 0.24 | 22.69 | 0.5 | 0.53 |
| Hex | C3 | 79 | 4C | 0 | 26 | 3D | 18 | 17 | 32 | 35 |
| Octal | 303 | 171 | 114 | 0 | 46 | 75 | 30 | 27 | 62 | 65 |
| Binary | 11000011 | 1111001 | 1001100 | 0 | 100110 | 111101 | 11000 | 10111 | 110010 | 110101 |
Color Harmonies of #C3794C
Complementary color
Monochromatic Colors of #C3794C
Black with #C3794C
Text Example
Text Example
White with #C3794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3794C; }
p { color: rgb(195,121,76); }
H1.HeaderClassName
{
color: #C3794C;
}
.AnyTagClassName
{
color: #C3794C;
}
</style>
background-color css
<style>
a { background-color: #C3794C; }
a { background-color: rgb(195,121,76); }
div.DivClassName
{
background-color: #C3794C;
}
.BgClassName
{
background-color: #C3794C;
}
</style>
border-color css
<style>
span { border-color: #C3794C; }
span { border-color: rgb(195,121,76); }
td.TdClassName
{
border-color: #C3794C;
}
.TagClassName
{
border-color: #C3794C;
}
</style>