Shades of Brandy Punch #C7793F
Tints of Brandy Punch #C7793F
RGB
CMYK
RGB Variations
Color information
#C7793F (or 0xC7793F) is known color: Brandy Punch. HEX triplet: C7, 79 and 3F. RGB value is (199,121,63). Sum of RGB (Red+Green+Blue) = 199+121+63=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C7793F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7793F is #3886C0. Grayscale: #8A8A8A. Windows color (decimal): -3704513 or 4159943. OLE color: 4159943.
HSL color Cylindrical-coordinate representation of color #C7793F: hue angle of 25.59º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7793F is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 63 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.22 |
| HSL | 25.59º | 0.55% | 0.51% | - |
| HSV(B) | 25.59º | 0.68% | 0.78% | - |
| XYZ | 31.29 | 26.18 | 8.11 | - |
| YUV | 137.71 | 85.84 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 63 | 0 | 0.39 | 0.68 | 0.22 | 25.59 | 0.55 | 0.51 |
| Hex | C7 | 79 | 3F | 0 | 27 | 44 | 16 | 1A | 37 | 33 |
| Octal | 307 | 171 | 77 | 0 | 47 | 104 | 26 | 32 | 67 | 63 |
| Binary | 11000111 | 1111001 | 111111 | 0 | 100111 | 1000100 | 10110 | 11010 | 110111 | 110011 |
Color Harmonies of #C7793F
Complementary color
Monochromatic Colors of #C7793F
Black with #C7793F
Text Example
Text Example
White with #C7793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7793F; }
p { color: rgb(199,121,63); }
H1.HeaderClassName
{
color: #C7793F;
}
.AnyTagClassName
{
color: #C7793F;
}
</style>
background-color css
<style>
a { background-color: #C7793F; }
a { background-color: rgb(199,121,63); }
div.DivClassName
{
background-color: #C7793F;
}
.BgClassName
{
background-color: #C7793F;
}
</style>
border-color css
<style>
span { border-color: #C7793F; }
span { border-color: rgb(199,121,63); }
td.TdClassName
{
border-color: #C7793F;
}
.TagClassName
{
border-color: #C7793F;
}
</style>