Shades of Brandy Punch #C07447
Tints of Brandy Punch #C07447
RGB
CMYK
RGB Variations
Color information
#C07447 (or 0xC07447) is known color: Brandy Punch. HEX triplet: C0, 74 and 47. RGB value is (192,116,71). Sum of RGB (Red+Green+Blue) = 192+116+71=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C07447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07447 is #3F8BB8. Grayscale: #858585. Windows color (decimal): -4164537 or 4682944. OLE color: 4682944.
HSL color Cylindrical-coordinate representation of color #C07447: hue angle of 22.31º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C07447 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 71 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.25 |
| HSL | 22.31º | 0.49% | 0.52% | - |
| HSV(B) | 22.31º | 0.63% | 0.75% | - |
| XYZ | 29.12 | 24.15 | 9.09 | - |
| YUV | 133.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 71 | 0 | 0.40 | 0.63 | 0.25 | 22.31 | 0.49 | 0.52 |
| Hex | C0 | 74 | 47 | 0 | 28 | 3F | 19 | 16 | 31 | 34 |
| Octal | 300 | 164 | 107 | 0 | 50 | 77 | 31 | 26 | 61 | 64 |
| Binary | 11000000 | 1110100 | 1000111 | 0 | 101000 | 111111 | 11001 | 10110 | 110001 | 110100 |
Color Harmonies of #C07447
Complementary color
Monochromatic Colors of #C07447
Black with #C07447
Text Example
Text Example
White with #C07447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07447; }
p { color: rgb(192,116,71); }
H1.HeaderClassName
{
color: #C07447;
}
.AnyTagClassName
{
color: #C07447;
}
</style>
background-color css
<style>
a { background-color: #C07447; }
a { background-color: rgb(192,116,71); }
div.DivClassName
{
background-color: #C07447;
}
.BgClassName
{
background-color: #C07447;
}
</style>
border-color css
<style>
span { border-color: #C07447; }
span { border-color: rgb(192,116,71); }
td.TdClassName
{
border-color: #C07447;
}
.TagClassName
{
border-color: #C07447;
}
</style>